summaryrefslogtreecommitdiff
path: root/class.c
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-01-18 12:27:20 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit1f66d8a77b4d7efcff778ba82284b7b651b53104 (patch)
tree1e2b56b7e3ca82e1ef905e732980910066cf1210 /class.c
parentc3c0bf6823ed86981235b71b83cb420d272532cb (diff)
downloadruby-1f66d8a77b4d7efcff778ba82284b7b651b53104.tar.gz
include/ruby/internal/newobj.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'class.c')
-rw-r--r--class.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/class.c b/class.c
index b7247e7489..b25e961b27 100644
--- a/class.c
+++ b/class.c
@@ -536,10 +536,6 @@ rb_singleton_class_clone_and_attach(VALUE obj, VALUE attach)
}
}
-/*!
- * Attach a object to a singleton class.
- * @pre \a klass is the singleton class of \a obj.
- */
void
rb_singleton_class_attached(VALUE klass, VALUE obj)
{