[DOC] Update warning categories
- Fix indentations of labeled lists. - Mention performance category.
This commit is contained in:
parent
533dcb8e52
commit
0622c78869
10
error.c
10
error.c
@ -201,14 +201,20 @@ rb_warning_category_enabled_p(rb_warning_category_t category)
|
||||
* Returns the flag to show the warning messages for +category+.
|
||||
* Supported categories are:
|
||||
*
|
||||
* +:deprecated+ :: deprecation warnings
|
||||
* +:deprecated+ ::
|
||||
* deprecation warnings
|
||||
* * assignment of non-nil value to <code>$,</code> and <code>$;</code>
|
||||
* * keyword arguments
|
||||
* * proc/lambda without block
|
||||
* etc.
|
||||
*
|
||||
* +:experimental+ :: experimental features
|
||||
* +:experimental+ ::
|
||||
* experimental features
|
||||
* * Pattern matching
|
||||
*
|
||||
* +:performance+ ::
|
||||
* performance hints
|
||||
* * Shape variation limit
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
Loading…
x
Reference in New Issue
Block a user