Added EXTRACT_PRIVATE to doxygen conf
authorMatt Mullins <mokomull@gmail.com>
Sat, 11 Jul 2009 23:03:58 +0000 (18:03 -0500)
committerMatt Mullins <mokomull@gmail.com>
Sat, 11 Jul 2009 23:03:58 +0000 (18:03 -0500)
Doxyfile

index ba27ead..6c2bfc9 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -302,7 +302,7 @@ EXTRACT_ALL            = YES
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
 # will be included in the documentation.
 
-EXTRACT_PRIVATE        = NO
+EXTRACT_PRIVATE        = YES
 
 # If the EXTRACT_STATIC tag is set to YES all static members of a file 
 # will be included in the documentation.