summaryrefslogtreecommitdiff
path: root/include/ruby/internal/method.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-02-04 17:35:39 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit43cac51277ab2c0e713b549a5a64c05aedc8bcfc (patch)
tree820fda888cc863bd48cb0908be944473f8202ceb /include/ruby/internal/method.h
parent8b0dbca2f41228ed0c7adb2ae592aea722a440c4 (diff)
include/ruby/internal/intern/vm.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/internal/method.h')
-rw-r--r--include/ruby/internal/method.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/internal/method.h b/include/ruby/internal/method.h
index dcd3872154..19feb0c10b 100644
--- a/include/ruby/internal/method.h
+++ b/include/ruby/internal/method.h
@@ -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);