summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-02-02 16:34:14 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit7c28330ca03d124068f608e9d8d1a4e07ba5dd7d (patch)
treeec1f13a9552d7d65ca0ecc4da4eb6a73537c3a25 /object.c
parent005ff5da52f8b9c8e7633fad9d39e6a47c39ae40 (diff)
include/ruby/internal/core/rclass.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 'object.c')
-rw-r--r--object.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/object.c b/object.c
index 6631e99868..6dc3a8ea00 100644
--- a/object.c
+++ b/object.c
@@ -2192,13 +2192,6 @@ rb_class_superclass(VALUE klass)
return super;
}
-/**
- * Returns the superclass of \a klass
- * The return value might be an iclass of a module, unlike rb_class_superclass.
- *
- * Also it returns Qfalse when \a klass does not have a parent class.
- * \sa rb_class_superclass
- */
VALUE
rb_class_get_superclass(VALUE klass)
{