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

ruby-changes:67806

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

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

From 0f9cf6d4d0a9571c4d7dbc341e05b912c50de159 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 14:46:28 +0900
Subject: include/ruby/backward/2/limits.h: skip doxygen

For instane CHAR_BIT is an ANSI C macro which should be documented in
other places than Ruby (and the definition in this file must work
exactly identical to that of standard one). [ci skip]
---
 include/ruby/backward/2/limits.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/ruby/backward/2/limits.h b/include/ruby/backward/2/limits.h
index 2f1a1a6..6f7021e 100644
--- a/include/ruby/backward/2/limits.h
+++ b/include/ruby/backward/2/limits.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/limits.h#L1
 #ifndef RUBY_BACKWARD2_LIMITS_H                      /*-*-C++-*-vi:se ft=cpp:*/
 #define RUBY_BACKWARD2_LIMITS_H
 /**
- * @file
  * @author     Ruby developers <ruby-core@r...>
  * @copyright  This  file  is   a  part  of  the   programming  language  Ruby.
  *             Permission  is hereby  granted,  to  either redistribute  and/or
@@ -21,7 +20,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/limits.h#L20
  * @brief      Historical shim for `<limits.h>`.
  *
  * The macros in this header file are obsolescent.  Does anyone really need our
- * own definition of #CHAR_BIT today?
+ * own definition of `CHAR_BIT` today?
  */
 #include "ruby/internal/config.h"
 
-- 
cgit v1.1


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

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