OSDN Git Service

use /bin/false to skip private headers when generating documentation [ci skip]
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 29 Dec 2019 10:27:03 +0000 (10:27 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 29 Dec 2019 10:27:03 +0000 (10:27 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
doxygen.conf

index 61b8e66..7f9aaab 100644 (file)
@@ -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