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 */