diff --git a/src/doc/python-bindings-doxygen.py b/src/doc/python-bindings-doxygen.py index 6bbc225768..579a06bcbd 100644 --- a/src/doc/python-bindings-doxygen.py +++ b/src/doc/python-bindings-doxygen.py @@ -17,10 +17,10 @@ # @ingroup python_bindings -## @defgroup python_bindings +## @defgroup python_bindings Python Bindings Module # Also have a look at the page @ref python_bindings_page. -## @defgroup python_bindings_examples +## @defgroup python_bindings_examples Python Bindings Examples Module # @ingroup python_bindings # The python-bindings come with quite a lot of example scripts. diff --git a/src/import-export/aqbanking/dialog-ab-daterange.h b/src/import-export/aqbanking/dialog-ab-daterange.h index e515ef18f7..957a64c5ad 100644 --- a/src/import-export/aqbanking/dialog-ab-daterange.h +++ b/src/import-export/aqbanking/dialog-ab-daterange.h @@ -24,7 +24,7 @@ * @{ * @addtogroup AqBanking * @{ - * @file aqbanking/dialog-daterange.h + * @file aqbanking/dialog-ab-daterange.h * @brief Dialog for date range entry * @author Copyright (C) 2002 Christian Stimming * @author Copyright (C) 2008 Andreas Koehler diff --git a/src/optional/python-bindings/example_scripts/str_methods.py b/src/optional/python-bindings/example_scripts/str_methods.py index a72af88760..13fa40c9ae 100644 --- a/src/optional/python-bindings/example_scripts/str_methods.py +++ b/src/optional/python-bindings/example_scripts/str_methods.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -## @file @brief Add __str__ and __unicode__ methods to financial objects so that @code print object @endcode leads to human readable results +## @file +# @brief Add __str__ and __unicode__ methods to financial objects so that @code print object @endcode leads to human readable results """ @package str_methods.py -- Add __str__ and __unicode__ methods to financial objects Import this module and str(Object) and unicode(Object) where Object is Transaction, Split,Invoice diff --git a/src/plugins/customer_import/dialog-customer-import-gui.h b/src/plugins/customer_import/dialog-customer-import-gui.h index 9f6aabd4ba..757f12df0a 100644 --- a/src/plugins/customer_import/dialog-customer-import-gui.h +++ b/src/plugins/customer_import/dialog-customer-import-gui.h @@ -1,5 +1,5 @@ /* - * gui.h -- + * dialog-customer-import-gui.h -- * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,7 +22,7 @@ /** * @addtogroup Tools * @{ - * @file gui.h + * @file * @brief GUI handling for customer import plugin * @author Copyright (C) 2009 Sebastian Held */ diff --git a/src/plugins/customer_import/dialog-customer-import.h b/src/plugins/customer_import/dialog-customer-import.h index 349a0f6ce4..25d317fd20 100644 --- a/src/plugins/customer_import/dialog-customer-import.h +++ b/src/plugins/customer_import/dialog-customer-import.h @@ -1,5 +1,5 @@ /* - * customer_import.h -- + * dialog-customer_import.h -- * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,7 +22,7 @@ /** * @addtogroup Tools * @{ - * @file customer_import.h + * @file * @brief core import functions for customer import plugin * @author Copyright (C) 2009 Sebastian Held */