From 8e867f91bbf2428a267b0566fb6dc327d576babc Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Thu, 17 Jan 2013 16:05:01 +0100 Subject: [PATCH] [dox] okok... extract all again, but we should really just document the ones we want and only extract those --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 789e5f38d4..64cd2b8f72 100644 --- a/Doxyfile +++ b/Doxyfile @@ -355,7 +355,7 @@ LOOKUP_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.