From 9e6e39c3512f7a962c44dc3729c98a0f8be90341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 8 Apr 2020 13:28:13 +0900 Subject: Merge pull request #2991 from shyouhei/ruby.h Split ruby.h --- template/Doxyfile.tmpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'template') 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 #--------------------------------------------------------------------------- -- cgit v1.2.3