From 167fca4b4fd5cfe2803af337d191396ee584610f Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 10 Sep 2007 02:53:12 +0200 Subject: [PATCH] Doxyfile: set EXTRACT_ALL to yes. Otherwise doxygen gives zillions of warnings. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 31c07f4f..987f9d0e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -228,7 +228,7 @@ SUBGROUPING = YES # 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. -- 2.39.2