From: Ivailo Monev Date: Sun, 29 Dec 2019 10:27:03 +0000 (+0000) Subject: use /bin/false to skip private headers when generating documentation [ci skip] X-Git-Tag: 4.12.0~4465 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f2bc82d5a42bbd5f94035455766d3d6841bc397f;p=kde%2FKatie.git use /bin/false to skip private headers when generating documentation [ci skip] Signed-off-by: Ivailo Monev --- diff --git a/doxygen.conf b/doxygen.conf index 61b8e669a..7f9aaabab 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -932,7 +932,7 @@ INPUT_FILTER = # need to set EXTENSION_MAPPING for the extension otherwise the files are not # properly processed by doxygen. -FILTER_PATTERNS = *_p.h=private_headers +FILTER_PATTERNS = *_p.h=/bin/false # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will also be used to filter the input files that are used for