diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-06-07 13:33:33 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2021-09-10 20:00:06 +0900 |
commit | c4693b8a5b230a34fd59898d03949248e09c8eaa (patch) | |
tree | ad78c10fead58479edc9b18e78df9a14b4b14e86 /include/ruby/backward | |
parent | 8a469f1c2575ae8a1da602affb94e74ffa6a06c3 (diff) | |
download | ruby-c4693b8a5b230a34fd59898d03949248e09c8eaa.tar.gz |
include/ruby/backward/2/stdalign.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'include/ruby/backward')
-rw-r--r-- | include/ruby/backward/2/stdalign.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/backward/2/stdalign.h b/include/ruby/backward/2/stdalign.h index 639be1566f..8b491bf564 100644 --- a/include/ruby/backward/2/stdalign.h +++ b/include/ruby/backward/2/stdalign.h @@ -24,7 +24,7 @@ #undef RUBY_ALIGNAS #undef RUBY_ALIGNOF -#define RUBY_ALIGNAS RBIMPL_ALIGNAS -#define RUBY_ALIGNOF RBIMPL_ALIGNOF +#define RUBY_ALIGNAS RBIMPL_ALIGNAS /**< @copydoc RBIMPL_ALIGNAS */ +#define RUBY_ALIGNOF RBIMPL_ALIGNOF /**< @copydoc RBIMPL_ALIGNOF */ #endif /* RUBY_BACKWARD2_STDALIGN_H */ |