]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxyfile: set EXTRACT_ALL to yes.
authorAndre Noll <maan@systemlinux.org>
Mon, 10 Sep 2007 00:53:12 +0000 (02:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 10 Sep 2007 00:53:12 +0000 (02:53 +0200)
Otherwise doxygen gives zillions of warnings.

Doxyfile

index 31c07f4fbfc39c7a1e945ee3088f822cf0a8c13f..987f9d0e4860f8babf5637f5895a427a4f450de3 100644 (file)
--- 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
 
 # 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.
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.