mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ENCODING_MASK: fix doxygen link [ci skip]
This commit is contained in:
parent
1370b0876f
commit
a4a6e5cd2e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ enum ruby_encoding_consts {
|
||||||
|
|
||||||
#define ENCODING_INLINE_MAX RUBY_ENCODING_INLINE_MAX /**< @old{RUBY_ENCODING_INLINE_MAX} */
|
#define ENCODING_INLINE_MAX RUBY_ENCODING_INLINE_MAX /**< @old{RUBY_ENCODING_INLINE_MAX} */
|
||||||
#define ENCODING_SHIFT RUBY_ENCODING_SHIFT /**< @old{RUBY_ENCODING_SHIFT} */
|
#define ENCODING_SHIFT RUBY_ENCODING_SHIFT /**< @old{RUBY_ENCODING_SHIFT} */
|
||||||
#define ENCODING_MASK RUBY_ENCODING_MASK /**< @old{RUBY_ENCODING_SHIFT} */
|
#define ENCODING_MASK RUBY_ENCODING_MASK /**< @old{RUBY_ENCODING_MASK} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destructively assigns the passed encoding to the passed object. The object
|
* Destructively assigns the passed encoding to the passed object. The object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue