aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-12-18 23:54:31 +0100
committerAndreas Schneider <mail@cynapses.org>2009-12-18 23:54:31 +0100
commit1ef1a774210e5948a30125801ae3712cfce15bfc (patch)
tree7ddebfdcd4e3948b9b56833bc70f1cc3272b9205 /doc
parent98819f92e342bad3553cd956fbc100eac92384a4 (diff)
downloadlibssh-1ef1a774210e5948a30125801ae3712cfce15bfc.tar.gz
libssh-1ef1a774210e5948a30125801ae3712cfce15bfc.tar.xz
libssh-1ef1a774210e5948a30125801ae3712cfce15bfc.zip
Disabled caller graphs as they are only of internal interest.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxy.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxy.config.in b/doc/doxy.config.in
index ffd2c38..8b95f4b 100644
--- a/doc/doxy.config.in
+++ b/doc/doxy.config.in
@@ -1356,7 +1356,7 @@ CALL_GRAPH = NO
# 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.