summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-12 17:19:48 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commitbbe70498135c880fbece705b5962c3a9381857aa (patch)
tree824885066801fab88b340af59594399daa6ed601 /template/Doxyfile.tmpl
parent676073b62eb9a0e7b368c3a0a6ebb01aa1a8791b (diff)
downloadruby-bbe70498135c880fbece705b5962c3a9381857aa.tar.gz
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]
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 33bcbd3fd0..3860bab3e3 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -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