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

ruby-changes:67815

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

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

From 07240056f9dc2419d1d90d7557051f648bbd6548 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 15:40:14 +0900
Subject: include/ruby/backward/2/bool.h: skip doxygen

It's 21st century, right?  Just forget about them. [ci skip]
---
 include/ruby/backward/2/bool.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/ruby/backward/2/bool.h b/include/ruby/backward/2/bool.h
index 94cdffc..f2fa390 100644
--- a/include/ruby/backward/2/bool.h
+++ b/include/ruby/backward/2/bool.h
@@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/bool.h#L1
 #ifndef RUBY_BACKWARD2_BOOL_H                        /*-*-C++-*-vi:se ft=cpp:*/
 #define RUBY_BACKWARD2_BOOL_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
@@ -18,7 +17,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/bool.h#L17
  *             Do not  expect for  instance `__VA_ARGS__` is  always available.
  *             We assume C99  for ruby itself but we don't  assume languages of
  *             extension libraries.  They could be written in C++98.
- * @brief      Defines old #TRUE / #FALSE
+ * @brief      Defines old TRUE / FALSE
  */
 #include "ruby/internal/stdbool.h"
 
-- 
cgit v1.1


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

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