diff --git a/docs/.doxygen/Doxyfile b/docs/.doxygen/Doxyfile index 7f89f635ed..b4eb6a1a5f 100644 --- a/docs/.doxygen/Doxyfile +++ b/docs/.doxygen/Doxyfile @@ -829,8 +829,9 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = mainpage.md \ - ../../include/hip +INPUT = mainpage.md \ + ../../include/hip \ + ../../../clr/hipamd/include/hip/amd_detail/amd_hip_gl_interop.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 49c37ce58c..412e45ea83 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -7828,6 +7828,13 @@ hipError_t hipMemUnmap(void* ptr, size_t size); /** * @} */ +/** + *------------------------------------------------------------------------------------------------- + *------------------------------------------------------------------------------------------------- + * @defgroup GL OpenGL Interop + * @{ + * This section describes the OpenGL and graphics interoperability functions of HIP runtime API. + */ /** * @brief Maps a graphics resource for access. @@ -7835,7 +7842,7 @@ hipError_t hipMemUnmap(void* ptr, size_t size); * @param [in] count - Number of resources to map. * @param [in] resources - Pointer of resources to map. * @param [in] stream - Stream for synchronization. - * + * * @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorUnknown, #hipErrorInvalidResourceHandle * */