Correction to Doxygen in gncinvoicefkt.py

This commit is contained in:
Christoph Holtermann 2014-12-07 18:14:27 +01:00 committed by John Ralls
parent fe70e260fa
commit 0b1842cee1

View File

@ -2,11 +2,12 @@
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
##@file ##@file
# @brief some help for working with invoices, used in \ref py_invoice_export
# @ingroup python_bindings_examples # @ingroup python_bindings_examples
# @author Christoph Holtermann (c.holtermann (at) gmx.de) # @author Christoph Holtermann (c.holtermann (at) gmx.de)
# @date 2014-11 # @date 2014-11
# @brief some help for working with invoices, used in \ref py_invoice_export
# #
# @details
# Credits to Tom Loft for the query to get_all_invoices # Credits to Tom Loft for the query to get_all_invoices
# as used in his REST-Api # as used in his REST-Api
# #