doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces

This commit is contained in:
Yuri Kunde Schlesner 2014-12-07 00:42:37 -02:00
parent eda30c36ee
commit ed0221552a
1 changed files with 1 additions and 1 deletions

View File

@ -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.