diff options
author | 卜部昌平 <[email protected]> | 2021-06-07 15:27:13 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-09-10 20:00:06 +0900 |
commit | c0b5d95cc026678a7d2409deee58ee4e48772125 (patch) | |
tree | 32650745a41e85de3dabb8bf14ddfe7c8a038d61 /include/ruby/backward | |
parent | 5868ebf46e35e7a618dfeba071f9a83d662d65d9 (diff) |
include/ruby/backward/2/gcc_version_since.h: skip doxygen
It seems no public APIs depend on this macro any longer. [ci skip]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/backward')
-rw-r--r-- | include/ruby/backward/2/gcc_version_since.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/backward/2/gcc_version_since.h b/include/ruby/backward/2/gcc_version_since.h index d63138b657..00cc40ca56 100644 --- a/include/ruby/backward/2/gcc_version_since.h +++ b/include/ruby/backward/2/gcc_version_since.h @@ -1,7 +1,6 @@ #ifndef RUBY_BACKWARD2_GCC_VERSION_SINCE_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_BACKWARD2_GCC_VERSION_SINCE_H /** - * @file * @author Ruby developers <[email protected]> * @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 #GCC_VERSION_SINCE + * @brief Defines old GCC_VERSION_SINCE */ #include "ruby/internal/compiler_since.h" |