r20112 - gnucash/trunk/src/doc - Remove *.i files from doxygen input again because at least my doxygen-1.6.3 hangs on gnucash_core.i.
Christian Stimming
cstim at code.gnucash.org
Sat Jan 15 16:51:44 EST 2011
Author: cstim
Date: 2011-01-15 16:51:43 -0500 (Sat, 15 Jan 2011)
New Revision: 20112
Trac: http://svn.gnucash.org/trac/changeset/20112
Modified:
gnucash/trunk/src/doc/doxygen.cfg.in
Log:
Remove *.i files from doxygen input again because at least my doxygen-1.6.3 hangs on gnucash_core.i.
This is a follow-up to r19956, bug #637346.
Modified: gnucash/trunk/src/doc/doxygen.cfg.in
===================================================================
--- gnucash/trunk/src/doc/doxygen.cfg.in 2011-01-15 21:05:26 UTC (rev 20111)
+++ gnucash/trunk/src/doc/doxygen.cfg.in 2011-01-15 21:51:43 UTC (rev 20112)
@@ -573,8 +573,7 @@
FILE_PATTERNS = *.c \
*.h \
*.txt \
- *.py \
- *.i
+ *.py
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
More information about the gnucash-changes
mailing list