[前][次][番号順一覧][スレッド一覧]

ruby-changes:67804

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:13 +0900 (JST)
Subject: [ruby-changes:67804] c4693b8a5b (master): include/ruby/backward/2/stdalign.h: add doxygen

https://git.ruby-lang.org/ruby.git/commit/?id=c4693b8a5b

From c4693b8a5b230a34fd59898d03949248e09c8eaa 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: Mon, 7 Jun 2021 13:33:33 +0900
Subject: include/ruby/backward/2/stdalign.h: add doxygen

Must not be a bad idea to improve documents. [ci skip]
---
 include/ruby/backward/2/stdalign.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ruby/backward/2/stdalign.h b/include/ruby/backward/2/stdalign.h
index 639be15..8b491bf 100644
--- a/include/ruby/backward/2/stdalign.h
+++ b/include/ruby/backward/2/stdalign.h
@@ -24,7 +24,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/stdalign.h#L24
 
 #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 */
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]