Difference between revisions of "Doxygen"

From GnuCash
Jump to: navigation, search
(Creating a page to describe Doxygen)
 
m (Doxygen)
Line 1: Line 1:
=Doxygen=
 
 
 
[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