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?= 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 64ff8e628a..92d69cb972 100644 --- a/include/ruby/internal/constant_p.h +++ b/include/ruby/internal/constant_p.h @@ -28,6 +28,7 @@ */ #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.2.3