diff options
author | 卜部昌平 <[email protected]> | 2020-12-21 16:32:40 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | 9ba9dbf168c8be042a11baad90a2b7bf8428a478 (patch) | |
tree | 2e8083132fca929cf3e626bf0aa2f8533692394f /eval.c | |
parent | 1f66d8a77b4d7efcff778ba82284b7b651b53104 (diff) |
include/ruby/internal/module.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
In fact many functions declared in the header file are already
documented more or less. They were just copy & pasted, with applying
some style updates.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1713,12 +1713,6 @@ rb_obj_call_init_kw(VALUE obj, int argc, const VALUE *argv, int kw_splat) rb_funcallv_kw(obj, idInitialize, argc, argv, kw_splat); } -/*! - * Extend the object with the module. - * - * Same as \c Module\#extend_object. - * \ingroup class - */ void rb_extend_object(VALUE obj, VALUE module) { |