mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
include/ruby/internal/compiler_is: skip doxygen
We don't want 3rd parties to use these RBIMPL_ macros. Let's not document them. [ci skip]
This commit is contained in:
parent
924d78f87d
commit
b5e491fb45
Notes:
git
2021-09-10 20:01:45 +09:00
6 changed files with 6 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef RBIMPL_COMPILER_IS_INTEL_H /*-*-C++-*-vi:se ft=cpp:*/
|
||||
#define RBIMPL_COMPILER_IS_INTEL_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 #RBIMPL_COMPILER_IS_Intel.
|
||||
* @brief Defines RBIMPL_COMPILER_IS_Intel.
|
||||
*/
|
||||
#if ! defined(__INTEL_COMPILER)
|
||||
# define RBIMPL_COMPILER_IS_Intel 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue