aboutsummaryrefslogtreecommitdiffstats
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 14:56:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-03 14:56:36 +0000
commitcfcc9b53c2dc92879fda8f8d35e49c2720917e2c (patch)
tree4fd1763df3984e1867d53d49061b3bb300fede49 /template/Doxyfile.tmpl
parentf959f2afddd4ab608d8349e61883b3b360beee08 (diff)
downloadruby-cfcc9b53c2dc92879fda8f8d35e49c2720917e2c.tar.gz
* template/Doxyfile.tmpl (EXCLUDE_PATTERNS): exclude files only for tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 39c9f6029f..aff688a8e4 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -105,9 +105,9 @@ WARN_LOGFILE =
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c *.h *.y *.def
RECURSIVE = YES
-EXCLUDE =
+EXCLUDE = ext/dl/callback
EXCLUDE_SYMLINKS = YES
-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_PATTERNS = *.src doc enc build */ext/-test-/* tmp test yarvtest lib bootstraptest spec .ext .git .svn extconf.h *prelude.c encdb.h transdb.h insns.def
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =