summaryrefslogtreecommitdiffstats
path: root/Doxyfile.core.in
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile.core.in')
-rw-r--r--Doxyfile.core.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.core.in b/Doxyfile.core.in
index 58d35bed..cc3d8426 100644
--- a/Doxyfile.core.in
+++ b/Doxyfile.core.in
@@ -318,7 +318,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = NO
+EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.