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