summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 14:05:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 14:05:34 +0000
commitf959f2afddd4ab608d8349e61883b3b360beee08 (patch)
tree7dad2592c8e0fba5aa7d972f8cdd6f5fd405a1f1 /template
parentf2a1e50f4c271e9f5aa2950ca25a58fd044304fb (diff)
* template/Doxyfile.tmpl: exclude generated files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/Doxyfile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index d4e89d9726..39c9f6029f 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -103,11 +103,11 @@ WARN_LOGFILE =
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT_ENCODING = UTF-8
-FILE_PATTERNS = *.c *.h *.y *.inc
+FILE_PATTERNS = *.c *.h *.y *.def
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = YES
-EXCLUDE_PATTERNS = *.src doc build tmp test yarvtest lib bootstraptest spec .ext .git .svn
+EXCLUDE_PATTERNS = *.src doc build tmp test yarvtest lib bootstraptest spec .ext .git .svn -test- enc extconf.h ext/dl/callback *prelude.c encdb.h transdb.h
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =