mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
include/ruby/internal/core/rarray.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
This commit is contained in:
parent
a2b8f61cba
commit
8b0dbca2f4
Notes:
git
2021-09-10 20:01:39 +09:00
2 changed files with 330 additions and 14 deletions
|
@ -36,10 +36,6 @@ static inline bool ARY_PTR_USING_P(VALUE ary);
|
|||
static inline void RARY_TRANSIENT_SET(VALUE ary);
|
||||
static inline void RARY_TRANSIENT_UNSET(VALUE ary);
|
||||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
/* array.c (export) */
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
MJIT_SYMBOL_EXPORT_BEGIN
|
||||
VALUE rb_ary_tmp_new_from_values(VALUE, long, const VALUE *);
|
||||
VALUE rb_check_to_array(VALUE ary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue