diff --git a/src/doc/python-bindings-doxygen.py b/src/doc/python-bindings-doxygen.py index 277c77e2c6..53774b6c4b 100644 --- a/src/doc/python-bindings-doxygen.py +++ b/src/doc/python-bindings-doxygen.py @@ -126,10 +126,10 @@ # # @section pydoc (Further) documentation # -# The documentation you just read uses doxygen. It collects documentation in GnuCash's sources. Besides that there is -# the classic python-documentation using help() and docstrings. Have a look at both. -# You may also have a look into the archives of gnucash-devel@gnucash.org. On Bugzilla there is also some interesting -# talk regarding the development process. Then you can use the abilitys of svn to see the history of the code by -# "svn log" done in the directory of the python-bindings. +# @li The documentation you just read uses doxygen. It collects documentation in GnuCash's sources. Besides that there is +# @li the classic python-documentation using help() and docstrings. Have a look at both. +# @li There is a page in the GnuCash wiki at http://wiki.gnucash.org/wiki/Python +# @li You may also have a look into the archives of gnucash-devel@gnucash.org. +# @li On Bugzilla there is also some interesting talk regarding the development process. +# @li Then you can use the abilitys of svn to see the history of the code by @code svn log @endcode done in the directory of the python-bindings. # -