aboutsummaryrefslogtreecommitdiffstats
path: root/template/Doxyfile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/Doxyfile.tmpl')
-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
#---------------------------------------------------------------------------