From 84f6a848d8e4dcd573e515c10747939cec316b49 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 10 Aug 2000 18:17:38 +0000 Subject: [PATCH] - Huh, \includegraphics doesn't like dots. Disabled. --- doc/reference/DoxyfileTEX | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/DoxyfileTEX b/doc/reference/DoxyfileTEX index 2aa3ef42..b9d5b163 100644 --- a/doc/reference/DoxyfileTEX +++ b/doc/reference/DoxyfileTEX @@ -582,13 +582,13 @@ COLLABORATION_GRAPH = YES # the direct and indirect include dependencies of the file with other # documented files. -INCLUDE_GRAPH = YES +INCLUDE_GRAPH = NO # If the ENABLE_PREPROCESSING, 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 GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. -- 2.47.0