Difference between revisions of "Doxygen"
From GnuCash
C.holtermann (talk | contribs) (Creating a page to describe Doxygen) |
C.holtermann (talk | contribs) m (→Doxygen) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
[http://www.stack.nl/~dimitri/doxygen/index.html Doxygen] is the central point for source documentation at this moment (January 2011). | [http://www.stack.nl/~dimitri/doxygen/index.html Doxygen] is the central point for source documentation at this moment (January 2011). | ||
Revision as of 22:11, 23 January 2011
Doxygen is the central point for source documentation at this moment (January 2011).
It is a software which extracts (special) comments from sourcecode to produce source documentation. It can be run on your local copy of the sources by
./configure --enable-doxygen --enable-html-docs make doc
This is done and put online on a regular basis at http://svn.gnucash.org/docs/HEAD/.
Links
- GnuCash Doxygen Source Documentation http://svn.gnucash.org/docs/HEAD/
- Doxygen Documentation http://www.stack.nl/~dimitri/doxygen/index.html