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/gcc_version_since.h: skip doxygen

It seems no public APIs depend on this macro any longer. [ci skip]
This commit is contained in:
卜部昌平 2021-06-07 15:27:13 +09:00
parent 5868ebf46e
commit c0b5d95cc0
Notes: git 2021-09-10 20:01:15 +09:00
2 changed files with 1 additions and 3 deletions

View file

@ -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 <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 #GCC_VERSION_SINCE
* @brief Defines old GCC_VERSION_SINCE
*/
#include "ruby/internal/compiler_since.h"

View file

@ -72,7 +72,6 @@
#include "ruby/backward/2/assume.h"
#include "ruby/backward/2/attributes.h"
#include "ruby/backward/2/bool.h"
#include "ruby/backward/2/gcc_version_since.h"
#include "ruby/backward/2/long_long.h"
#include "ruby/backward/2/stdalign.h"
#include "ruby/backward/2/stdarg.h"