From 3bd32d7d4be40b38be9025f83976e3d59cd3583d Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Mon, 11 Nov 2024 16:18:28 -0500 Subject: [PATCH] SWDEV-497618 - Define GL group of doxygen for HIP API Change-Id: Ia43f25201df960b905e5fd45481f486e7bffabdb --- hipamd/include/hip/amd_detail/amd_hip_gl_interop.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h b/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h index 740e37a6db..202f3097c7 100644 --- a/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h +++ b/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h @@ -55,10 +55,12 @@ typedef unsigned int GLenum; */ /** - * @ingroup GL - * @{ - * + * @defgroup GL OpenGL Interoperability + * @ingroup API + * @{ + * This section describes OpenGL interoperability functions of HIP runtime API. */ + /** * @brief Queries devices associated with the current OpenGL context. * @@ -105,4 +107,4 @@ hipError_t hipGraphicsGLRegisterImage(hipGraphicsResource** resource, GLuint ima #if defined(__cplusplus) } #endif /* __cplusplus */ -#endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */ \ No newline at end of file +#endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */