Merge pull request #14927 from aabadie/pr/doc/doxygen_increase

doxygen: increase DOT_GRAPH_MAX_NODES
This commit is contained in:
Alexandre Abadie 2020-09-02 11:41:26 +02:00 committed by GitHub
commit 6b2cde787c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2361,7 +2361,7 @@ PLANTUML_JAR_PATH =
# Minimum value: 0, maximum value: 10000, default value: 50. # Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES. # 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 # 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 # generated by dot. A depth value of 3 means that only nodes reachable from the