summaryrefslogtreecommitdiff
path: root/config/doxygen.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/doxygen.cfg')
-rw-r--r--config/doxygen.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/doxygen.cfg b/config/doxygen.cfg
index 65d3c3103..6787ea7f9 100644
--- a/config/doxygen.cfg
+++ b/config/doxygen.cfg
@@ -302,12 +302,12 @@ EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = YES
+EXTRACT_PRIVATE = $(DOXYGEN_EXTRACT_PRIVATE)
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = YES
+EXTRACT_STATIC = $(DOXYGEN_EXTRACT_STATIC)
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback