r20127 - gnucash/trunk/src/doc - Bug 637346: A small python doc enhancement, basically mentioning the wiki-page

Christian Stimming cstim at code.gnucash.org
Thu Jan 20 15:14:28 EST 2011


Author: cstim
Date: 2011-01-20 15:14:28 -0500 (Thu, 20 Jan 2011)
New Revision: 20127
Trac: http://svn.gnucash.org/trac/changeset/20127

Modified:
   gnucash/trunk/src/doc/python-bindings-doxygen.py
Log:
Bug 637346: A small python doc enhancement, basically mentioning the wiki-page

Patch by Christoph Holtermann.

Modified: gnucash/trunk/src/doc/python-bindings-doxygen.py
===================================================================
--- gnucash/trunk/src/doc/python-bindings-doxygen.py	2011-01-19 04:21:14 UTC (rev 20126)
+++ gnucash/trunk/src/doc/python-bindings-doxygen.py	2011-01-20 20:14:28 UTC (rev 20127)
@@ -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 at 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 at 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.
 #
-



More information about the gnucash-changes mailing list