diff options
author | 卜部昌平 <[email protected]> | 2021-01-18 12:27:20 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | 1f66d8a77b4d7efcff778ba82284b7b651b53104 (patch) | |
tree | 1e2b56b7e3ca82e1ef905e732980910066cf1210 /class.c | |
parent | c3c0bf6823ed86981235b71b83cb420d272532cb (diff) |
include/ruby/internal/newobj.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 'class.c')
-rw-r--r-- | class.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) { |