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

ruby-changes:72494

From: Burdette <ko1@a...>
Date: Sun, 10 Jul 2022 23:51:57 +0900 (JST)
Subject: [ruby-changes:72494] 5137af633e (master): [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61)

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

From 5137af633eddd2f5b71f73be0f07cf7899930da9 Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Sun, 10 Jul 2022 09:51:27 -0500
Subject: [ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61)

Omit private aliases from Rdoc.

https://github.com/ruby/date/commit/48f9180663
---
 ext/date/date_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 7b71a647a6..fa8d673f54 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -9112,6 +9112,7 @@ mk_ary_of_str(long len, const char *a[]) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L9112
     return o;
 }
 
+/* :nodoc: */
 static VALUE
 d_lite_zero(VALUE x)
 {
-- 
cgit v1.2.1


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

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