summaryrefslogtreecommitdiff
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-09 11:34:42 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit85a737a1f91e3cc5c22452e3f83b11cbe0cb5b33 (patch)
treeb251e15c9aa60a30a0c966e351823b65c88f850f /template/Doxyfile.tmpl
parentc9753f3f91917b8b998d9b81d136a7bfcae310f6 (diff)
downloadruby-85a737a1f91e3cc5c22452e3f83b11cbe0cb5b33.tar.gz
template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES
`make capi` warned: > warning: Included by graph for 'dllexport.h' not generated, too many nodes (85) [ci skip]
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r--template/Doxyfile.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 3e6881d2af..872222197a 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -2568,7 +2568,7 @@ PLANTUML_INCLUDE_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 = 128
# 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