changeset 33079:b521d6610e35 stable

* Doxyfile.in (DOT_GRAPH_MAX_NODES): Increase from 100 to 300.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Feb 2024 16:14:47 -0500
parents 862ea2a4f5b9
children d911fafcf27a
files doc/doxyhtml/Doxyfile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doxyhtml/Doxyfile.in	Thu Feb 22 16:07:14 2024 -0500
+++ b/doc/doxyhtml/Doxyfile.in	Thu Feb 22 16:14:47 2024 -0500
@@ -750,7 +750,7 @@
 # This tag requires that the tag HAVE_DOT is set to YES.
 # Some of our dependency graphs are really huge...
 
-DOT_GRAPH_MAX_NODES    = 100
+DOT_GRAPH_MAX_NODES    = 300
 
 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
 # files that are used to generate the various graphs.