From 2a7875ad491c0756849a22001054d64646aeac33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 25 Nov 2015 11:38:08 +0100 Subject: [PATCH] Platform: doc++. --- src/Magnum/Platform/Sdl2Application.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index d8e48f11a..d2a715542 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -545,7 +545,7 @@ class Sdl2Application::Configuration { * @brief Context flag * * @note Not available in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". - * @see @ref Flags, @ref setFlags() + * @see @ref Flags, @ref setFlags(), @ref Context::Flag * @todo re-enable when Emscripten has proper SDL2 support */ enum class Flag: int { @@ -562,7 +562,7 @@ class Sdl2Application::Configuration { * @brief Context flags * * @note Not available in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". - * @see @ref setFlags() + * @see @ref setFlags(), @ref Context::Flags */ #ifndef DOXYGEN_GENERATING_OUTPUT typedef Containers::EnumSet