mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
template/Doxyfile.tmpl: rethink about exclusions
I guess we don't want documents for C API of extension libraries? They are never intended to provide C APIs anyways. We could revisit this decision later. [ci skip]
This commit is contained in:
parent
676073b62e
commit
bbe7049813
Notes:
git
2021-09-10 20:01:05 +09:00
1 changed files with 1 additions and 3 deletions
|
@ -928,9 +928,8 @@ RECURSIVE = YES
|
|||
# run.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE += <%=srcdir%>/ext/dl/callback
|
||||
EXCLUDE += <%=srcdir%>/ccan
|
||||
EXCLUDE += <%=srcdir%>/ext/psych/yaml
|
||||
EXCLUDE += <%=srcdir%>/ext
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
|
@ -948,7 +947,6 @@ EXCLUDE_SYMLINKS = YES
|
|||
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_PATTERNS += *.src
|
||||
EXCLUDE_PATTERNS += */ext/-test-/*
|
||||
EXCLUDE_PATTERNS += *prelude.c
|
||||
EXCLUDE_PATTERNS += .ext
|
||||
EXCLUDE_PATTERNS += .git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue