From 70284b7eff36ed7a9c2a6121fae7a4c95d58ef8c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 9 Feb 2012 21:42:58 +0100 Subject: [PATCH] suppress generation of TEMPLATE_RELATIONS: they are useful but take much too much space --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 02baa0cc0..f23b8e537 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1361,7 +1361,7 @@ UML_LOOK = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. -TEMPLATE_RELATIONS = YES +TEMPLATE_RELATIONS = NO # 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