Fix fence functions doxygen group

Change-Id: I222eecb0eb0174b9f19e15b16c1ee06b7ba1e67e


[ROCm/hip commit: 8ce8e1de76]
This commit is contained in:
Maneesh Gupta
2016-09-16 15:04:52 +05:30
parent 52f28c3b39
commit 09769fe352
@@ -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
/**
* @}
*/