Skip to content

Commit

Permalink
Reference update
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed May 15, 2024
1 parent 8b381e8 commit f7149f5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7149f5

Please sign in to comment.