aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-04-08 13:28:13 +0900
committerGitHub <noreply@github.com>2020-04-08 13:28:13 +0900
commit9e6e39c3512f7a962c44dc3729c98a0f8be90341 (patch)
tree901a22676d54d78240e450b64a8cd06eb1703910 /template
parent5ac4bf2cd87e1eb5779ca5ae7f96a1a22e8436d9 (diff)
downloadruby-9e6e39c3512f7a962c44dc3729c98a0f8be90341.tar.gz
Merge pull request #2991 from shyouhei/ruby.h
Split ruby.h
Diffstat (limited to 'template')
-rw-r--r--template/Doxyfile.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl
index 59c184b6be..54734748a3 100644
--- a/template/Doxyfile.tmpl
+++ b/template/Doxyfile.tmpl
@@ -252,14 +252,14 @@ PREDEFINED = \
__clang_minor__=0 \
__clang_patchlevel__=0 \
__cplusplus=201704L \
- __has_attribute(_)=0 \
- __has_builtin(_)=0 \
- __has_c_attribute(_)=0 \
- __has_cpp_attribute(_)=0 \
- __has_declspec_attribute(_)=0 \
- __has_extension(_)=0 \
- __has_feature(_)=0 \
- __has_warning(_)=0
+ __has_attribute(_)=1 \
+ __has_builtin(_)=1 \
+ __has_c_attribute(_)=1 \
+ __has_cpp_attribute(_)=1 \
+ __has_declspec_attribute(_)=1 \
+ __has_extension(_)=1 \
+ __has_feature(_)=1 \
+ __has_warning(_)=1
EXPAND_AS_DEFINED =
SKIP_FUNCTION_MACROS = YES
#---------------------------------------------------------------------------