mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
RB_ENCODING_SET_INLINED: fix doxygen
Wrong parameter name. [ci skip]
This commit is contained in:
parent
a4a6e5cd2e
commit
4b3830127f
1 changed files with 3 additions and 3 deletions
|
@ -72,9 +72,9 @@ enum ruby_encoding_consts {
|
||||||
* must be capable of having inline encoding. Using this macro needs deep
|
* must be capable of having inline encoding. Using this macro needs deep
|
||||||
* understanding of bit level object binary layout.
|
* understanding of bit level object binary layout.
|
||||||
*
|
*
|
||||||
* @param[out] obj Target object to modify.
|
* @param[out] obj Target object to modify.
|
||||||
* @param[in] i Encoding in encindex format.
|
* @param[in] ecindex Encoding in encindex format.
|
||||||
* @post `obj`'s encoding is `i`.
|
* @post `obj`'s encoding is `encindex`.
|
||||||
*/
|
*/
|
||||||
static inline void
|
static inline void
|
||||||
RB_ENCODING_SET_INLINED(VALUE obj, int encindex)
|
RB_ENCODING_SET_INLINED(VALUE obj, int encindex)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue