summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crawl_all.doxy
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-02 21:20:13 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-02 21:20:13 -0400
commit996cf305ef10f2ad5488798c6c5314b6ea01f43e (patch)
treea9e080040baf22ed798daa5ada6df6f61721ec5e /crawl-ref/source/crawl_all.doxy
parent23f9660d96756c9be0ac2045527476b6e3436703 (diff)
downloadcrawl-ref-996cf305ef10f2ad5488798c6c5314b6ea01f43e.tar.gz
crawl-ref-996cf305ef10f2ad5488798c6c5314b6ea01f43e.zip
Don't do wholesale call/caller graphs, even for doxygen-all.
We can always stick in @callgraph and/or @callergraph for any functions/ methods for which we would particularly like these.
Diffstat (limited to 'crawl-ref/source/crawl_all.doxy')
-rw-r--r--crawl-ref/source/crawl_all.doxy4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/crawl_all.doxy b/crawl-ref/source/crawl_all.doxy
index 252a35c1b5..52bb22f93c 100644
--- a/crawl-ref/source/crawl_all.doxy
+++ b/crawl-ref/source/crawl_all.doxy
@@ -1464,7 +1464,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 = YES
+CALL_GRAPH = NO
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
# doxygen will generate a caller dependency graph for every global function
@@ -1472,7 +1472,7 @@ CALL_GRAPH = YES
# the time of a run. So in most cases it will be better to enable caller
# graphs for selected functions only using the \callergraph command.
-CALLER_GRAPH = YES
+CALLER_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.