r20266 - gnucash/trunk/src/doc - Bug #640357: Adding very limited Perl-Support for doxygen

Christian Stimming cstim at code.gnucash.org
Thu Feb 10 14:40:22 EST 2011


Author: cstim
Date: 2011-02-10 14:40:22 -0500 (Thu, 10 Feb 2011)
New Revision: 20266
Trac: http://svn.gnucash.org/trac/changeset/20266

Modified:
   gnucash/trunk/src/doc/doxygen.cfg.in
Log:
Bug #640357: Adding very limited Perl-Support for doxygen

There are a few Perl-scripts scattered through the GnuCash sources. This patch
enables doxygen to interpret them so that they can be provided with information
about author, date and so on.

This is done by telling doxygen that their python-files. So python-comments can
be used.

The actual Perl-source is commented out by using
@cond Perl
..PERL-CODE...
@endcond Perl

Patch by Christoph Holtermann



More information about the gnucash-patches mailing list