aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doxygen
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-10-08 21:44:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-10-08 21:44:00 +0000
commit278527781b760c11c40e32d831976e76b10aa772 (patch)
tree6b4827a999c2837e543e16cdf0317152c5c5d522 /Carpet/doxygen
parent2e02171b249acbe27eb6e55b8001ea3fc0c0a00e (diff)
Make doxygen produce call graphs
darcs-hash:20041008214451-891bb-9b5be4c319bf317438c9ea0f614e922b5dccbd5b.gz
Diffstat (limited to 'Carpet/doxygen')
-rw-r--r--Carpet/doxygen/Doxyfile4
1 files changed, 2 insertions, 2 deletions
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.