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 e5b6dc3a35..740e37a6db 100644 --- a/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h +++ b/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h @@ -50,7 +50,7 @@ typedef enum hipGLDeviceList { typedef unsigned int GLuint; /** GLenum as uint.*/ typedef unsigned int GLenum; -/* +/** * @} */ @@ -99,10 +99,10 @@ hipError_t hipGraphicsGLRegisterBuffer(hipGraphicsResource** resource, GLuint bu */ hipError_t hipGraphicsGLRegisterImage(hipGraphicsResource** resource, GLuint image, GLenum target, unsigned int flags); -/* +/** * @} */ #if defined(__cplusplus) } #endif /* __cplusplus */ -#endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */ +#endif /* HIP_INCLUDE_AMD_HIP_GL_INTEROP_H */ \ No newline at end of file