From 8aa28fc6f34208ce3562dd8edcbecd028a61fd17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Jun 2009 01:07:02 +0000 Subject: More documentation fixes. git-svn-id: http://svn.drobilla.net/resp/tuplr@167 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- tuplr.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tuplr.dox') diff --git a/tuplr.dox b/tuplr.dox index 9e793a7..c1f9d1e 100644 --- a/tuplr.dox +++ b/tuplr.dox @@ -297,7 +297,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 = YES +EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -307,7 +307,7 @@ EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = YES +EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. @@ -1403,7 +1403,7 @@ UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. -TEMPLATE_RELATIONS = NO +TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented -- cgit v1.2.1