Fix a few doxygen errors and wanrnings.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23422 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Frank H. Ellenberger 2013-11-21 20:19:05 +00:00
parent 4c15f3cf83
commit 9d9cbfc310
5 changed files with 9 additions and 8 deletions

View File

@ -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.

View File

@ -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@tuhh.de>
* @author Copyright (C) 2008 Andreas Koehler <andi5.py@gmx.net>

View File

@ -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

View File

@ -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@gmx.de>
*/

View File

@ -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@gmx.de>
*/