summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-07-10 09:51:27 -0500
committergit <svn-admin@ruby-lang.org>2022-07-10 23:51:41 +0900
commit5137af633eddd2f5b71f73be0f07cf7899930da9 (patch)
tree516c79b8333dca7d3d6b992e17f340e6be2c6e9f /ext/date
parentec09ba58d11f9679dade7df1973b60b1f6ebcaf3 (diff)
downloadruby-5137af633eddd2f5b71f73be0f07cf7899930da9.tar.gz
[ruby/date] Enhanced RDoc (https://github.com/ruby/date/pull/61)
Omit private aliases from Rdoc. https://github.com/ruby/date/commit/48f9180663
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date_core.c1
1 files changed, 1 insertions, 0 deletions
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[])
return o;
}
+/* :nodoc: */
static VALUE
d_lite_zero(VALUE x)
{