ruby-changes:67820
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:02:23 +0900 (JST)
Subject: [ruby-changes:67820] f05dc8b44a (master): include/ruby/backward/2/r_cast.h: skip doxygen
https://git.ruby-lang.org/ruby.git/commit/?id=f05dc8b44a From f05dc8b44a1d546ed1046860454f92b094efb475 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:35:29 +0900 Subject: include/ruby/backward/2/r_cast.h: skip doxygen Nobody practically uses this file. Please just don't remember. [ci skip] --- include/ruby/backward/2/r_cast.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ruby/backward/2/r_cast.h b/include/ruby/backward/2/r_cast.h index bd9d21a..3d0f40f 100644 --- a/include/ruby/backward/2/r_cast.h +++ b/include/ruby/backward/2/r_cast.h @@ -1,7 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/backward/2/r_cast.h#L1 #ifndef RUBY_BACKWARD2_R_CAST_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_BACKWARD2_R_CAST_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/r_cast.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 #R_CAST + * @brief Defines old R_CAST * * Nobody is actively using this macro. */ -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/