summaryrefslogtreecommitdiff
path: root/object.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 /object.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 'object.c')
-rw-r--r--object.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/object.c b/object.c
index 31633f91db..99525504a4 100644
--- a/object.c
+++ b/object.c
@@ -115,14 +115,6 @@ rb_obj_reveal(VALUE obj, VALUE klass)
return obj;
}
-/*!
- * Fills common (\c RBasic) fields in \a obj.
- *
- * \note Prefer rb_newobj_of() to this function.
- * \param[in,out] obj a Ruby object to be set up.
- * \param[in] klass \c obj will belong to this class.
- * \param[in] type one of \c ruby_value_type
- */
VALUE
rb_obj_setup(VALUE obj, VALUE klass, VALUE type)
{