From bc95e353286b86e109c31ba1558ddc5692231ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 27 Jul 2019 22:09:47 +0200 Subject: [PATCH] Platform: UGH DOXYGEN. Why the F doesn't it warn that this type doesn't exist?! --- src/Magnum/Platform/WindowlessEglApplication.h | 2 +- src/Magnum/Platform/WindowlessGlxApplication.h | 2 +- src/Magnum/Platform/WindowlessWglApplication.h | 2 +- src/Magnum/Platform/WindowlessWindowsEglApplication.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 { /**