From 278527781b760c11c40e32d831976e76b10aa772 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 8 Oct 2004 21:44:00 +0000 Subject: Make doxygen produce call graphs darcs-hash:20041008214451-891bb-9b5be4c319bf317438c9ea0f614e922b5dccbd5b.gz --- Carpet/doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/doxygen') diff --git a/Carpet/doxygen/Doxyfile b/Carpet/doxygen/Doxyfile index 688dc1143..24df462d1 100644 --- a/Carpet/doxygen/Doxyfile +++ b/Carpet/doxygen/Doxyfile @@ -960,7 +960,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 @@ -1007,7 +1007,7 @@ INCLUDED_BY_GRAPH = YES # So in most cases it will be better to enable call graphs for selected # functions only using the \callgraph command. -CALL_GRAPH = NO +CALL_GRAPH = YES # 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. -- cgit v1.2.3