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.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20112 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-01-15 21:51:43 +00:00
parent c4a65e6e63
commit b7cf646a2f

View File

@ -573,8 +573,7 @@ INPUT_ENCODING = UTF-8
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.