ruby-changes:69693
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Thu, 11 Nov 2021 11:46:18 +0900 (JST)
Subject: [ruby-changes:69693] 4b3830127f (master): RB_ENCODING_SET_INLINED: fix doxygen
https://git.ruby-lang.org/ruby.git/commit/?id=4b3830127f From 4b3830127f794e70187ca2986199947b2467b46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Thu, 11 Nov 2021 11:29:45 +0900 Subject: RB_ENCODING_SET_INLINED: fix doxygen Wrong parameter name. [ci skip] --- include/ruby/internal/encoding/encoding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ruby/internal/encoding/encoding.h b/include/ruby/internal/encoding/encoding.h index 1e1e584773d..db69cc5cc21 100644 --- a/include/ruby/internal/encoding/encoding.h +++ b/include/ruby/internal/encoding/encoding.h @@ -72,9 +72,9 @@ enum ruby_encoding_consts { https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/encoding/encoding.h#L72 * 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) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/