[前][次][番号順一覧][スレッド一覧]

ruby-changes:67700

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:00:43 +0900 (JST)
Subject: [ruby-changes:67700] 85a737a1f9 (master): template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES

https://git.ruby-lang.org/ruby.git/commit/?id=85a737a1f9

From 85a737a1f91e3cc5c22452e3f83b11cbe0cb5b33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?=
 <shyouhei@r...>
Date: Wed, 9 Dec 2020 11:34:42 +0900
Subject: template/Doxyfile.tmpl: increase DOT_GRAPH_MAX_NODES

`make capi` warned:

> warning: Included by graph for 'dllexport.h' not generated, too many nodes (85)

[ci skip]
---
 template/Doxyfile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 3e6881d..8722221 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -2568,7 +2568,7 @@ PLANTUML_INCLUDE_PATH  = https://github.com/ruby/ruby/blob/trunk/template/Doxyfile.tmpl#L2568
 # Minimum value: 0, maximum value: 10000, default value: 50.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-DOT_GRAPH_MAX_NODES    = 50
+DOT_GRAPH_MAX_NODES    = 128
 
 # 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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]