From c488f96971862463ec40360a97c33269ae4a8192 Mon Sep 17 00:00:00 2001 From: dylad Date: Tue, 27 Jul 2021 21:20:34 +0200 Subject: [PATCH] doc/doxygen: increase DOT_GRAPH_MAX_NODES to 275 --- doc/doxygen/riot.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/riot.doxyfile b/doc/doxygen/riot.doxyfile index 96f46a9fdc0a..2c0878e26241 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -2365,7 +2365,7 @@ PLANTUML_JAR_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 = 250 +DOT_GRAPH_MAX_NODES = 275 # 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