r23422 - gnucash/trunk/src - Fix a few doxygen errors and wanrnings.

Frank H. Ellenberger fell at code.gnucash.org
Thu Nov 21 15:19:06 EST 2013


Author: fell
Date: 2013-11-21 15:19:05 -0500 (Thu, 21 Nov 2013)
New Revision: 23422
Trac: http://svn.gnucash.org/trac/changeset/23422

Modified:
   gnucash/trunk/src/doc/python-bindings-doxygen.py
   gnucash/trunk/src/import-export/aqbanking/dialog-ab-daterange.h
   gnucash/trunk/src/optional/python-bindings/example_scripts/str_methods.py
   gnucash/trunk/src/plugins/customer_import/dialog-customer-import-gui.h
   gnucash/trunk/src/plugins/customer_import/dialog-customer-import.h
Log:
Fix a few doxygen errors and wanrnings.


Modified: gnucash/trunk/src/doc/python-bindings-doxygen.py
===================================================================
--- gnucash/trunk/src/doc/python-bindings-doxygen.py	2013-11-21 18:45:20 UTC (rev 23421)
+++ gnucash/trunk/src/doc/python-bindings-doxygen.py	2013-11-21 20:19:05 UTC (rev 23422)
@@ -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.
 

Modified: gnucash/trunk/src/import-export/aqbanking/dialog-ab-daterange.h
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/dialog-ab-daterange.h	2013-11-21 18:45:20 UTC (rev 23421)
+++ gnucash/trunk/src/import-export/aqbanking/dialog-ab-daterange.h	2013-11-21 20:19:05 UTC (rev 23422)
@@ -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 <stimming at tuhh.de>
  * @author Copyright (C) 2008 Andreas Koehler <andi5.py at gmx.net>

Modified: gnucash/trunk/src/optional/python-bindings/example_scripts/str_methods.py
===================================================================
--- gnucash/trunk/src/optional/python-bindings/example_scripts/str_methods.py	2013-11-21 18:45:20 UTC (rev 23421)
+++ gnucash/trunk/src/optional/python-bindings/example_scripts/str_methods.py	2013-11-21 20:19:05 UTC (rev 23422)
@@ -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

Modified: gnucash/trunk/src/plugins/customer_import/dialog-customer-import-gui.h
===================================================================
--- gnucash/trunk/src/plugins/customer_import/dialog-customer-import-gui.h	2013-11-21 18:45:20 UTC (rev 23421)
+++ gnucash/trunk/src/plugins/customer_import/dialog-customer-import-gui.h	2013-11-21 20:19:05 UTC (rev 23422)
@@ -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 <sebastian.held at gmx.de>
  */

Modified: gnucash/trunk/src/plugins/customer_import/dialog-customer-import.h
===================================================================
--- gnucash/trunk/src/plugins/customer_import/dialog-customer-import.h	2013-11-21 18:45:20 UTC (rev 23421)
+++ gnucash/trunk/src/plugins/customer_import/dialog-customer-import.h	2013-11-21 20:19:05 UTC (rev 23422)
@@ -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 <sebastian.held at gmx.de>
  */



More information about the gnucash-changes mailing list