From bbe70498135c880fbece705b5962c3a9381857aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Tue, 12 Jan 2021 17:19:48 +0900 Subject: [PATCH] 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] --- template/Doxyfile.tmpl | 4 +--- 1 file changed, 1 insertion(+), 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