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

ruby-changes:67840

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:37 +0900 (JST)
Subject: [ruby-changes:67840] 679f4b895b (master): template/Doxyfile.tmpl: EXTRACT_ALL=NO

https://git.ruby-lang.org/ruby.git/commit/?id=679f4b895b

From 679f4b895b683430c49f0014ac885eb9291d59e9 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: Mon, 11 Jan 2021 17:40:38 +0900
Subject: template/Doxyfile.tmpl: EXTRACT_ALL=NO

This prevents file-static functions/variables be listed in the CAPI
documents.  An entity shall be placed inside of a file that contains
`@file` doxygen comment, in order for it to be documented. [ci skip]
---
 template/Doxyfile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 529e7f2..71f8c89 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -496,7 +496,7 @@ NUM_PROC_THREADS       = 1 https://github.com/ruby/ruby/blob/trunk/template/Doxyfile.tmpl#L496
 # normally produced when WARNINGS is set to YES.
 # The default value is: NO.
 
-EXTRACT_ALL            = YES
+EXTRACT_ALL            = NO
 
 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
 # be included in the documentation.
-- 
cgit v1.1


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

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