diff --git a/src/Magnum/Platform/WindowlessEglApplication.h b/src/Magnum/Platform/WindowlessEglApplication.h index ddf82203f..a76dfa2a6 100644 --- a/src/Magnum/Platform/WindowlessEglApplication.h +++ b/src/Magnum/Platform/WindowlessEglApplication.h @@ -142,7 +142,7 @@ class WindowlessEglContext::Configuration { /** * @brief Context flag * - * @see @ref Flags, @ref setFlags(), @ref Context::Flag + * @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag * @requires_gles Context flags are not available in WebGL. */ enum class Flag: int { diff --git a/src/Magnum/Platform/WindowlessGlxApplication.h b/src/Magnum/Platform/WindowlessGlxApplication.h index 4468fbda5..00a5fc951 100644 --- a/src/Magnum/Platform/WindowlessGlxApplication.h +++ b/src/Magnum/Platform/WindowlessGlxApplication.h @@ -152,7 +152,7 @@ class WindowlessGlxContext::Configuration { /** * @brief Context flag * - * @see @ref Flags, @ref setFlags(), @ref Context::Flag + * @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag */ enum class Flag: int { #ifndef MAGNUM_TARGET_GLES diff --git a/src/Magnum/Platform/WindowlessWglApplication.h b/src/Magnum/Platform/WindowlessWglApplication.h index a0833ad62..1a4e6beeb 100644 --- a/src/Magnum/Platform/WindowlessWglApplication.h +++ b/src/Magnum/Platform/WindowlessWglApplication.h @@ -152,7 +152,7 @@ class WindowlessWglContext::Configuration { /** * @brief Context flag * - * @see @ref Flags, @ref setFlags(), @ref Context::Flag + * @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag */ enum class Flag: int { #ifndef MAGNUM_TARGET_GLES diff --git a/src/Magnum/Platform/WindowlessWindowsEglApplication.h b/src/Magnum/Platform/WindowlessWindowsEglApplication.h index c1a145165..48c85d486 100644 --- a/src/Magnum/Platform/WindowlessWindowsEglApplication.h +++ b/src/Magnum/Platform/WindowlessWindowsEglApplication.h @@ -138,7 +138,7 @@ class WindowlessWindowsEglContext::Configuration { /** * @brief Context flag * - * @see @ref Flags, @ref setFlags(), @ref Context::Flag + * @see @ref Flags, @ref setFlags(), @ref GL::Context::Flag */ enum class Flag: int { /**