From f7149f50e5159ec8301eb77d32c1487ebf81958d Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Wed, 15 May 2024 09:20:00 +0200 Subject: [PATCH] Reference update --- docs/doxygen/Doxyfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index a078f22a4c..0ca77033e3 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -2196,11 +2196,12 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = __HIP_PLATFORM_AMD__ \ - __dparm(x)= \ - __cplusplus=1 \ - _CG_STATIC_CONST_DECL_ \ - __CG_QUALIFIER__ +PREDEFINED = "__HIP_PLATFORM_AMD__" \ + "__dparm(x)=" \ + "__cplusplus=201103L" \ + "__CG_QUALIFIER__=" \ + "__CG_STATIC_QUALIFIER__=static" \ + "_CG_STATIC_CONST_DECL_=static constexpr" # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The