aboutsummaryrefslogtreecommitdiffhomepage
path: root/Doxyfile
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-07 00:42:37 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-13 01:59:51 -0200
commited0221552afeca418776f76a4563632a19ebc03c (patch)
tree482c117458858139dbf6bacd9ab174df887bd2d5 /Doxyfile
parenteda30c36eea2ebd772ebef0eba405004607e0134 (diff)
doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 981121d9..5c2e0924 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -419,7 +419,7 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
-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.