From 326077d574f4a271610620f442689ae7112d981e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 28 Mar 2022 00:23:30 +0200 Subject: [PATCH] Increase DOT_GRAPH_MAX_NODES Doxygen option for wxObject There are more than 50 nodes in wxObject inheritance graph, so increase this option value to allow generating it and avoid a warning about it. --- docs/doxygen/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index 45cb30dc8d..445e25395f 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -576,7 +576,7 @@ DOTFILE_DIRS = MSCFILE_DIRS = DIAFILE_DIRS = PLANTUML_JAR_PATH = -DOT_GRAPH_MAX_NODES = 50 +DOT_GRAPH_MAX_NODES = 150 # Default 50, we currently have 108 for wxObject MAX_DOT_GRAPH_DEPTH = 1000 # Default: 0 DOT_TRANSPARENT = NO DOT_MULTI_TARGETS = NO