File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2379,7 +2379,7 @@ PLANTUML_INCLUDE_PATH =
23792379# Minimum value: 0, maximum value: 10000, default value: 50.
23802380# This tag requires that the tag HAVE_DOT is set to YES.
23812381
2382- DOT_GRAPH_MAX_NODES = 50
2382+ DOT_GRAPH_MAX_NODES = 500
23832383
23842384# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
23852385# generated by dot. A depth value of 3 means that only nodes reachable from the
@@ -2391,7 +2391,7 @@ DOT_GRAPH_MAX_NODES = 50
23912391# Minimum value: 0, maximum value: 1000, default value: 0.
23922392# This tag requires that the tag HAVE_DOT is set to YES.
23932393
2394- MAX_DOT_GRAPH_DEPTH = 0
2394+ MAX_DOT_GRAPH_DEPTH = 5
23952395
23962396# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
23972397# background. This is disabled by default, because dot on Windows does not seem
You can’t perform that action at this time.
0 commit comments