mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
restrict MAX_DOT_GRAPH_DEPTH = 3 for smaller (more readable) collaboration diagrams
This commit is contained in:
@ -1244,7 +1244,7 @@ DOTFILE_DIRS =
|
|||||||
# The MAX_DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
|
# The MAX_DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
|
||||||
# nodes that will be shown in the graph. If the number of nodes in a graph
|
# nodes that will be shown in the graph. If the number of nodes in a graph
|
||||||
# becomes larger than this value, doxygen will truncate the graph, which is
|
# becomes larger than this value, doxygen will truncate the graph, which is
|
||||||
# visualized by representing a node as a red box. Note that doxygen if the number
|
# visualized by representing a node as a red box. Note that if the number
|
||||||
# of direct children of the root node in a graph is already larger than
|
# of direct children of the root node in a graph is already larger than
|
||||||
# MAX_DOT_GRAPH_NOTES then the graph will not be shown at all. Also note
|
# MAX_DOT_GRAPH_NOTES then the graph will not be shown at all. Also note
|
||||||
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
||||||
@ -1259,7 +1259,7 @@ DOT_GRAPH_MAX_NODES = 50
|
|||||||
# code bases. Also note that the size of a graph can be further restricted by
|
# code bases. Also note that the size of a graph can be further restricted by
|
||||||
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
||||||
|
|
||||||
MAX_DOT_GRAPH_DEPTH = 0
|
MAX_DOT_GRAPH_DEPTH = 3
|
||||||
|
|
||||||
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
||||||
# background. This is disabled by default, which results in a white background.
|
# background. This is disabled by default, which results in a white background.
|
||||||
|
|||||||
Reference in New Issue
Block a user