mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4c15f3cf83
commit
9d9cbfc310
@ -17,10 +17,10 @@
|
|||||||
# @ingroup python_bindings
|
# @ingroup python_bindings
|
||||||
|
|
||||||
|
|
||||||
## @defgroup python_bindings
|
## @defgroup python_bindings Python Bindings Module
|
||||||
# Also have a look at the page @ref python_bindings_page.
|
# 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
|
# @ingroup python_bindings
|
||||||
# The python-bindings come with quite a lot of example scripts.
|
# The python-bindings come with quite a lot of example scripts.
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
* @{
|
* @{
|
||||||
* @addtogroup AqBanking
|
* @addtogroup AqBanking
|
||||||
* @{
|
* @{
|
||||||
* @file aqbanking/dialog-daterange.h
|
* @file aqbanking/dialog-ab-daterange.h
|
||||||
* @brief Dialog for date range entry
|
* @brief Dialog for date range entry
|
||||||
* @author Copyright (C) 2002 Christian Stimming <stimming@tuhh.de>
|
* @author Copyright (C) 2002 Christian Stimming <stimming@tuhh.de>
|
||||||
* @author Copyright (C) 2008 Andreas Koehler <andi5.py@gmx.net>
|
* @author Copyright (C) 2008 Andreas Koehler <andi5.py@gmx.net>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
""" @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
|
Import this module and str(Object) and unicode(Object) where Object is Transaction, Split,Invoice
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* gui.h --
|
* dialog-customer-import-gui.h --
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @addtogroup Tools
|
* @addtogroup Tools
|
||||||
* @{
|
* @{
|
||||||
* @file gui.h
|
* @file
|
||||||
* @brief GUI handling for customer import plugin
|
* @brief GUI handling for customer import plugin
|
||||||
* @author Copyright (C) 2009 Sebastian Held <sebastian.held@gmx.de>
|
* @author Copyright (C) 2009 Sebastian Held <sebastian.held@gmx.de>
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* customer_import.h --
|
* dialog-customer_import.h --
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
@ -22,7 +22,7 @@
|
|||||||
/**
|
/**
|
||||||
* @addtogroup Tools
|
* @addtogroup Tools
|
||||||
* @{
|
* @{
|
||||||
* @file customer_import.h
|
* @file
|
||||||
* @brief core import functions for customer import plugin
|
* @brief core import functions for customer import plugin
|
||||||
* @author Copyright (C) 2009 Sebastian Held <sebastian.held@gmx.de>
|
* @author Copyright (C) 2009 Sebastian Held <sebastian.held@gmx.de>
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user