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

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