1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

include/ruby/internal/intern/vm.h: add doxygen

Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
卜部昌平 2021-02-04 17:35:39 +09:00
parent 8b0dbca2f4
commit 43cac51277
Notes: git 2021-09-10 20:01:39 +09:00
4 changed files with 383 additions and 33 deletions

View file

@ -159,6 +159,7 @@ RBIMPL_ATTR_NONNULL(())
* @param[in] name Name of the undef.
* @exception rb_eTypeError `klass` is a non-module.
* @exception rb_eFrozenError `klass` is frozen.
* @see rb_remove_method
*/
void rb_undef_method(VALUE klass, const char *name);