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