summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-05 21:42:51 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-05 21:42:51 +0100
commite508d282dd8b31c6ec83309082a27a3b66042f88 (patch)
tree02091e736ff7bbd22c7f82ef8c267d4216fc5f0f /doc
parent0b2628739641361f421381cca6b6eb23f7d5572a (diff)
Add graphs, we all like graphs.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.doxy6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rofi.doxy b/doc/rofi.doxy
index a6564228..abac40e4 100644
--- a/doc/rofi.doxy
+++ b/doc/rofi.doxy
@@ -1148,7 +1148,7 @@ HIDE_UNDOC_RELATIONS = YES
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)
-HAVE_DOT = NO
+HAVE_DOT = YES
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
# will generate a graph for each documented class showing the direct and
@@ -1247,7 +1247,7 @@ DOTFILE_DIRS =
# MAX_DOT_GRAPH_NOTES 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 = 15
# 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
@@ -1257,7 +1257,7 @@ DOT_GRAPH_MAX_NODES = 50
# code bases. Also note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-MAX_DOT_GRAPH_DEPTH = 1000
+MAX_DOT_GRAPH_DEPTH = 5
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, which results in a white background.