mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[DOC] Fixed RDoc directives [ci skip]
This commit is contained in:
parent
86332cdce9
commit
d7a16670c3
4
error.c
4
error.c
@ -186,7 +186,7 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
|
||||
}
|
||||
|
||||
/*
|
||||
* 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)
|
||||
}
|
||||
|
||||
/*
|
||||
* call-seq
|
||||
* call-seq:
|
||||
* Warning[category] = flag -> flag
|
||||
*
|
||||
* Sets the warning flags for +category+.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user