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

ruby-changes:67733

From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:01:17 +0900 (JST)
Subject: [ruby-changes:67733] b7cd9a3b79 (master): include/ruby/internal/constant_p.h: add doxygen

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

From b7cd9a3b7946107ad2b2d2e71a628dcb04f6f960 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: Wed, 20 Jan 2021 15:29:02 +0900
Subject: include/ruby/internal/constant_p.h: add doxygen

Must not be a bad idea to improve documents. [ci skip]
---
 include/ruby/internal/constant_p.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/ruby/internal/constant_p.h b/include/ruby/internal/constant_p.h
index 64ff8e6..92d69cb 100644
--- a/include/ruby/internal/constant_p.h
+++ b/include/ruby/internal/constant_p.h
@@ -28,6 +28,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/constant_p.h#L28
  */
 #include "ruby/internal/has/builtin.h"
 
+/** Wraps (or simulates) `__builtin_constant_p` */
 #if RBIMPL_HAS_BUILTIN(__builtin_constant_p)
 # define RBIMPL_CONSTANT_P(expr) __builtin_constant_p(expr)
 #else
-- 
cgit v1.1


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

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