summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-11-08 00:11:13 +0100
committerThomas Graf <tgraf@redhat.com>2012-11-08 00:11:13 +0100
commita721c1d445c0cd8c1d555821e5a5e62e77006a87 (patch)
tree761bdf5afe9d832db052a5e0462ba85892553dd1
parent8f47501741afa27c405648a2005a6e6acc4b69a9 (diff)
downloadlibnl-a721c1d445c0cd8c1d555821e5a5e62e77006a87.tar.gz
doc: increase dot max graph nodes to 100
-rw-r--r--doc/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 62b2661..c43d764 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1762,7 +1762,7 @@ MSCFILE_DIRS =
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-DOT_GRAPH_MAX_NODES = 50
+DOT_GRAPH_MAX_NODES = 100
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
# graphs generated by dot. A depth value of 3 means that only nodes reachable