summaryrefslogtreecommitdiff
path: root/include/ruby/internal/compiler_is/gcc.h
diff options
context:
space:
mode:
author卜部昌平 <[email protected]>2021-01-21 11:32:14 +0900
committer卜部昌平 <[email protected]>2021-09-10 20:00:06 +0900
commitb5e491fb456cb4decdd27e91584aa3c8023173ab (patch)
treeb9dc361b889ffc89a53b7f14370e1e5398cc785d /include/ruby/internal/compiler_is/gcc.h
parent924d78f87d4332d388739932b5c2f620440b12da (diff)
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]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4815
Diffstat (limited to 'include/ruby/internal/compiler_is/gcc.h')
-rw-r--r--include/ruby/internal/compiler_is/gcc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ruby/internal/compiler_is/gcc.h b/include/ruby/internal/compiler_is/gcc.h
index 57a1b971c3..accc80e9aa 100644
--- a/include/ruby/internal/compiler_is/gcc.h
+++ b/include/ruby/internal/compiler_is/gcc.h
@@ -1,7 +1,6 @@
#ifndef RBIMPL_COMPILER_IS_GCC_H /*-*-C++-*-vi:se ft=cpp:*/
#define RBIMPL_COMPILER_IS_GCC_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 #RBIMPL_COMPILER_IS_GCC.
+ * @brief Defines RBIMPL_COMPILER_IS_GCC.
*/
#include "ruby/internal/compiler_is/apple.h"
#include "ruby/internal/compiler_is/clang.h"