Skip to content

Commit a9f499c

Browse files
committed
doc: increase GRAPH_MAX_NODES to avoid warning
1 parent 10292cf commit a9f499c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doxygen/riot.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ PLANTUML_JAR_PATH =
23582358
# Minimum value: 0, maximum value: 10000, default value: 50.
23592359
# This tag requires that the tag HAVE_DOT is set to YES.
23602360

2361-
DOT_GRAPH_MAX_NODES = 100
2361+
DOT_GRAPH_MAX_NODES = 200
23622362

23632363
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
23642364
# generated by dot. A depth value of 3 means that only nodes reachable from the

0 commit comments

Comments
 (0)