From 7f5244def1cb5811180e648d09d8066ac89578bf Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Fri, 6 Jan 2006 09:37:13 +0000 Subject: [PATCH] Produce include graphs. --- doc/Doxyfile | 4 ++-- doc/Doxyfile.skins2 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 34ad098158..1a2ef82ff5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -816,7 +816,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and @@ -842,7 +842,7 @@ TEMPLATE_RELATIONS = YES # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = NO +INCLUDE_GRAPH = YES # 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 diff --git a/doc/Doxyfile.skins2 b/doc/Doxyfile.skins2 index cc655de26d..bee669a2df 100644 --- a/doc/Doxyfile.skins2 +++ b/doc/Doxyfile.skins2 @@ -816,7 +816,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = NO +HAVE_DOT = YES # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and @@ -842,7 +842,7 @@ TEMPLATE_RELATIONS = YES # file showing the direct and indirect include dependencies of the file with # other documented files. -INCLUDE_GRAPH = NO +INCLUDE_GRAPH = YES # 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 -- 2.39.2