From f07f93fec981502851aa128c6bec7cafa7e21456 Mon Sep 17 00:00:00 2001 From: Gilles DOFFE Date: Tue, 1 Sep 2020 22:35:19 +0200 Subject: [PATCH] doxygen: increase DOT_GRAPH_MAX_NODES Signed-off-by: Gilles DOFFE --- 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 892b6c1dbb..8111344e72 100644 --- a/doc/doxygen/riot.doxyfile +++ b/doc/doxygen/riot.doxyfile @@ -2361,7 +2361,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 = 225 +DOT_GRAPH_MAX_NODES = 250 # 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