From ed0221552afeca418776f76a4563632a19ebc03c Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sun, 7 Dec 2014 00:42:37 -0200 Subject: doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') 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. -- cgit v1.2.3