From 0a890c2ac8a162287f595d0d00a38f13d16d74a4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 2 Mar 2011 06:17:15 +0000 Subject: Don't build include graphs into documentation. --- core.lv2/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core.lv2/Doxyfile') diff --git a/core.lv2/Doxyfile b/core.lv2/Doxyfile index 17a9e90..23836b8 100644 --- a/core.lv2/Doxyfile +++ b/core.lv2/Doxyfile @@ -1403,14 +1403,14 @@ TEMPLATE_RELATIONS = YES # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = YES +INCLUDE_GRAPH = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. -INCLUDED_BY_GRAPH = YES +INCLUDED_BY_GRAPH = NO # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function -- cgit v1.2.1