mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
f959f2afdd
commit
cfcc9b53c2
1 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue