From f51b5dda0c3f061372087fdfd648f5c10934735c Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 16 Sep 2016 15:04:52 +0530 Subject: [PATCH] Fix fence functions doxygen group Change-Id: I222eecb0eb0174b9f19e15b16c1ee06b7ba1e67e --- hipamd/include/hcc_detail/hip_runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/include/hcc_detail/hip_runtime.h b/hipamd/include/hcc_detail/hip_runtime.h index 547df405a2..92406b4a75 100644 --- a/hipamd/include/hcc_detail/hip_runtime.h +++ b/hipamd/include/hcc_detail/hip_runtime.h @@ -500,7 +500,7 @@ __device__ float __dsqrt_rz(double x); /** *------------------------------------------------------------------------------------------------- *------------------------------------------------------------------------------------------------- - * @defgroup Memory Fence Functions + * @defgroup Fence Fence Functions * @{ * * @@ -545,7 +545,7 @@ __device__ void __threadfence(void) __attribute__((deprecated("Provided for com __device__ void __threadfence_system(void) __attribute__((deprecated("Provided for compile-time compatibility, not yet functional"))); -// doxygen end Memory Fence +// doxygen end Fence Fence /** * @} */