From ea25789e4c8eff05a5694d1a2f45578f3fbbcbff Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Fri, 7 Jul 2023 16:49:45 -0600 Subject: [PATCH] [docs] Increate DOT_GRAPH_MAX_NODES --- doc/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index bbc362224ef..b5cc3e82317 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -2508,7 +2508,7 @@ PLANTUML_INCLUDE_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 = 50 +DOT_GRAPH_MAX_NODES = 100 # 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