diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index d357431d4..f43d77db5 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -359,8 +359,9 @@ class MAGNUM_AUDIO_EXPORT Context { /** * @brief Whether given extension is supported * - * Extensions usable with this function are listed in @ref Extensions - * namespace in header @ref Extensions.h. Example usage: + * Extensions usable with this function are listed in the + * @ref Extensions namespace in the @ref Magnum/Audio/Extensions.h + * header. Example usage: * * @snippet MagnumAudio.cpp Context-isExtensionSupported * diff --git a/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index b35c8b725..e0a24ecf6 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -634,8 +634,9 @@ class MAGNUM_GL_EXPORT Context { * @brief Whether given extension is supported * * Extensions usable with this function are listed in the - * @ref Extensions namespace in the @ref Extensions.h header and in the - * @ref opengl-support "OpenGL support tables". Example usage: + * @ref Extensions namespace in the @ref Magnum/GL/Extensions.h header + * and in the @ref opengl-support "OpenGL support tables". Example + * usage: * * @snippet MagnumGL.cpp Context-isExtensionSupported *