diff options
author | Volker Schroer <3470424+dl1ksv@users.noreply.github.com> | 2020-11-25 18:34:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 12:34:24 -0500 |
commit | f72e68a153d6f6a3a5363a2c95398a44f4004793 (patch) | |
tree | 2b423fe297b578174f6f0f896306573bef754470 /docs | |
parent | 01c8b5965d50cf3b76ea38292e9e3a9168890727 (diff) |
doxygen: Increase DOT_GRAPH_MAX_NODES (#3923)
warning: Included by graph for 'docs/doxygen/pydoc_macros.h' not generated, too many nodes (584), threshold is 500. Consider increasing DOT_GRAPH_MAX_NODES.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 09b82eab8a..7c2e3fc608 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -1938,7 +1938,7 @@ MSCFILE_DIRS = # DOT_GRAPH_MAX_NODES 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. -DOT_GRAPH_MAX_NODES = 500 +DOT_GRAPH_MAX_NODES = 600 # 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 |