ruby-changes:64022
From: Nobuyoshi <ko1@a...>
Date: Tue, 8 Dec 2020 18:04:56 +0900 (JST)
Subject: [ruby-changes:64022] d7a16670c3 (master): [DOC] Fixed RDoc directives [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=d7a16670c3 From d7a16670c30160cf7f0d57d2a970faefb331a024 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 8 Dec 2020 17:49:51 +0900 Subject: [DOC] Fixed RDoc directives [ci skip] diff --git a/error.c b/error.c index 5383124..3929b01 100644 --- a/error.c +++ b/error.c @@ -186,7 +186,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category) https://github.com/ruby/ruby/blob/trunk/error.c#L186 } /* - * call-seq + * call-seq: * Warning[category] -> true or false * * Returns the flag to show the warning messages for +category+. @@ -212,7 +212,7 @@ rb_warning_s_aref(VALUE mod, VALUE category) https://github.com/ruby/ruby/blob/trunk/error.c#L212 } /* - * call-seq + * call-seq: * Warning[category] = flag -> flag * * Sets the warning flags for +category+. -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/