From 44ad5855c62cb3b7e8560af785e2f804e6fac4f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 9 Jan 2021 21:22:26 +0100 Subject: [PATCH] doc: Doxygen, you're shitty. An unqualified link to Extensions.h will, guess what -- pick the last Extension.h header that Doxygen came across. So in this case Magnum/Vk/Extensions.h. With no warning or any other hint that something MAYBE could be wrong. FFS. --- src/Magnum/Audio/Context.h | 5 +++-- src/Magnum/GL/Context.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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 *