From c23d97cdd86a945e460555c1d476e130cda9e642 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Mon, 8 Jan 2024 11:24:44 -0500 Subject: [PATCH] SWDEV-410522 - Update doxygen config file to handle default parameter Change-Id: I92afc697ecd772743d2200b621d19e9911d3d9f8 [ROCm/hip commit: 355b16b473090b219a6a076cab902b6497ed1883] --- projects/hip/docs/doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip/docs/doxygen/Doxyfile b/projects/hip/docs/doxygen/Doxyfile index 6784e0da92..a08f1740cb 100644 --- a/projects/hip/docs/doxygen/Doxyfile +++ b/projects/hip/docs/doxygen/Doxyfile @@ -2193,7 +2193,8 @@ 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__ +PREDEFINED = __HIP_PLATFORM_AMD__ \ + __dparm(x)= # 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