1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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]
This commit is contained in:
卜部昌平 2020-12-09 11:34:42 +09:00
parent c9753f3f91
commit 85a737a1f9
Notes: git 2021-09-10 20:01:57 +09:00

View file

@ -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