Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Enable HAVE_DOT and CALL_GRAPH in the Doxygen documentation
Marin Atanasov Nikolov committed 14 years ago
commit eabf369d0d263b8b7d5382153bf4dd53f682f501
parent 3f617fec8c8b8c562f4d16fd8651acb164f603cd
1 file changed +2 -2
modified Doxyfile
@@ -1504,7 +1504,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

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
# allowed to run in parallel. When set to 0 (the default) doxygen will
@@ -1586,7 +1586,7 @@ INCLUDED_BY_GRAPH = YES
# the time of a run. 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 CALLER_GRAPH and HAVE_DOT tags are set to YES then
# doxygen will generate a caller dependency graph for every global function