1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

include/ruby/backward/2/r_cast.h: skip doxygen

Nobody practically uses this file.  Please just don't remember.
[ci skip]
This commit is contained in:
卜部昌平 2021-06-07 13:35:29 +09:00
parent e5a1efb72a
commit f05dc8b44a
Notes: git 2021-09-10 20:01:16 +09:00

View file

@ -1,7 +1,6 @@
#ifndef RUBY_BACKWARD2_R_CAST_H /*-*-C++-*-vi:se ft=cpp:*/
#define RUBY_BACKWARD2_R_CAST_H
/**
* @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@ -18,7 +17,7 @@
* 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.
*/