aboutsummaryrefslogtreecommitdiff
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:55:17 +0100
commit0f8e9b839c6c6e2afb5f05dc10689b343b34b2e9 (patch)
tree9335f94f4efc35fced817e0fcd3c6a078576b50a
parent0c02d6effe1eec62e1155d50dc5135c903c1df60 (diff)
downloadlibssh-0f8e9b839c6c6e2afb5f05dc10689b343b34b2e9.tar.gz
libssh-0f8e9b839c6c6e2afb5f05dc10689b343b34b2e9.tar.xz
libssh-0f8e9b839c6c6e2afb5f05dc10689b343b34b2e9.zip
Disabled caller graphs as they are only of internal interest.
-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 1c35af11..115c9879 100644
--- a/doc/doxy.config.in
+++ b/doc/doxy.config.in
@@ -1357,7 +1357,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.