From: Christophe Mutricy Date: Fri, 6 Jan 2006 09:37:13 +0000 (+0000) Subject: Produce include graphs. X-Git-Tag: 0.9.0-test0~12779 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7f5244def1cb5811180e648d09d8066ac89578bf;p=vlc Produce include graphs. --- 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