mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
RB_ENCODING_SET_INLINED: fix doxygen
Wrong parameter name. [ci skip]
This commit is contained in:
parent
a4a6e5cd2e
commit
4b3830127f
@ -72,9 +72,9 @@ enum ruby_encoding_consts {
|
||||
* must be capable of having inline encoding. Using this macro needs deep
|
||||
* understanding of bit level object binary layout.
|
||||
*
|
||||
* @param[out] obj Target object to modify.
|
||||
* @param[in] i Encoding in encindex format.
|
||||
* @post `obj`'s encoding is `i`.
|
||||
* @param[out] obj Target object to modify.
|
||||
* @param[in] ecindex Encoding in encindex format.
|
||||
* @post `obj`'s encoding is `encindex`.
|
||||
*/
|
||||
static inline void
|
||||
RB_ENCODING_SET_INLINED(VALUE obj, int encindex)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user