Skip to content

Commit 8b7edf5

Browse files
committed
update DOT max values
1 parent c6b93ae commit 8b7edf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)