diff options
author | Guillem Jover <guillem@debian.org> | 2015-02-04 22:52:17 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-02-11 04:42:42 +0100 |
commit | 473bd89d5163c2e247f391cf470cae84deba323d (patch) | |
tree | 02aa64e32f07d6c558bca5e8c49721f00124984d | |
parent | e1e109ad87dab86d155524f02417fc20e2874d59 (diff) | |
download | dpkg-473bd89d5163c2e247f391cf470cae84deba323d.tar.gz |
doc: Bump DOT_GRAPH_MAX_NODES from 50 to 100
This avoids doxygen truncating the graphs due to too many nodes, and
the accompanying warnings.
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index fc3057a28..90ea2c89f 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -2306,7 +2306,7 @@ PLANTUML_JAR_PATH = # Minimum value: 0, maximum value: 10000, default value: 50. # This tag requires that the tag HAVE_DOT is set to YES. -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 from the |