From 443eba0adc4363886ad14dd428ff6853d616470e Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Tue, 22 Nov 2011 10:29:34 -0700 Subject: Doxygen file to generate maximum amount of info to help sort through the source code --- doc/Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index 26835d70..33750741 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -102,14 +102,14 @@ ABBREVIATE_BRIEF = "The $name class" \ # Doxygen will generate a detailed section even if there is only a brief # description. -ALWAYS_DETAILED_SEC = NO +ALWAYS_DETAILED_SEC = YES # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. -INLINE_INHERITED_MEMB = NO +INLINE_INHERITED_MEMB = YES # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set @@ -296,7 +296,7 @@ SYMBOL_CACHE_SIZE = 0 # 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. -- cgit v1.2.3