From: Andre Noll Date: Mon, 10 Sep 2007 00:53:12 +0000 (+0200) Subject: Doxyfile: set EXTRACT_ALL to yes. X-Git-Tag: v0.3.0~433 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=167fca4b4fd5cfe2803af337d191396ee584610f;hp=eea3b2008da20a96ebc0d867169d28a0a87d43d6 Doxyfile: set EXTRACT_ALL to yes. Otherwise doxygen gives zillions of warnings. --- 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.