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

ruby-changes:67839

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:36 +0900 (JST)
Subject: [ruby-changes:67839] bbe7049813 (master): template/Doxyfile.tmpl: rethink about exclusions

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

From bbe70498135c880fbece705b5962c3a9381857aa 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: Tue, 12 Jan 2021 17:19:48 +0900
Subject: template/Doxyfile.tmpl: rethink about exclusions

I guess we don't want documents for C API of extension libraries?  They
are never intended to provide C APIs anyways.

We could revisit this decision later. [ci skip]
---
 template/Doxyfile.tmpl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 33bcbd3..3860bab 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -928,9 +928,8 @@ RECURSIVE              = YES https://github.com/ruby/ruby/blob/trunk/template/Doxyfile.tmpl#L928
 # run.
 
 EXCLUDE                =
-EXCLUDE               += <%=srcdir%>/ext/dl/callback
 EXCLUDE               += <%=srcdir%>/ccan
-EXCLUDE               += <%=srcdir%>/ext/psych/yaml
+EXCLUDE               += <%=srcdir%>/ext
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded
@@ -948,7 +947,6 @@ EXCLUDE_SYMLINKS       = YES https://github.com/ruby/ruby/blob/trunk/template/Doxyfile.tmpl#L947
 
 EXCLUDE_PATTERNS       =
 EXCLUDE_PATTERNS      += *.src
-EXCLUDE_PATTERNS      += */ext/-test-/*
 EXCLUDE_PATTERNS      += *prelude.c
 EXCLUDE_PATTERNS      += .ext
 EXCLUDE_PATTERNS      += .git
-- 
cgit v1.1


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

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