From: Matt Mullins Date: Sat, 11 Jul 2009 23:03:58 +0000 (-0500) Subject: Added EXTRACT_PRIVATE to doxygen conf X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=bc264d04bddbb0e7dcdd8d7e1000adabae1fb16e;p=IvanGame.git Added EXTRACT_PRIVATE to doxygen conf --- diff --git a/Doxyfile b/Doxyfile index ba27ead..6c2bfc9 100644 --- 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.