Revision: 77026
          http://sourceforge.net/p/brlcad/code/77026
Author:   starseeker
Date:     2020-09-01 18:36:20 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Increase DOT_GRAPH_MAX_NODES to avoid warnings about too many notes.

Modified Paths:
--------------
    brlcad/trunk/misc/doxygen/Doxyfile.in

Modified: brlcad/trunk/misc/doxygen/Doxyfile.in
===================================================================
--- brlcad/trunk/misc/doxygen/Doxyfile.in       2020-09-01 18:28:32 UTC (rev 
77025)
+++ brlcad/trunk/misc/doxygen/Doxyfile.in       2020-09-01 18:36:20 UTC (rev 
77026)
@@ -1833,7 +1833,7 @@
 # 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    = 50
+DOT_GRAPH_MAX_NODES    = 300
 
 # 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

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to