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.
This commit is contained in:
Vadim Zeitlin
2022-03-28 00:23:30 +02:00
parent f8438dc4be
commit 326077d574

View File

@@ -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