diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index a44feb9e7..2363d8dc8 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -893,7 +893,8 @@ class Sdl2Application::Configuration { * backwards-compatible with requested one. Default is * @ref Version::None, i.e. any provided version is used. * @note In @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten" this function - * does nothing (@ref Version::GLES200 is always used). + * does nothing (@ref Version::GLES200 or @ref Version::GLES300 is + * used implicitly based on the target). */ Configuration& setVersion(Version version) { #ifndef CORRADE_TARGET_EMSCRIPTEN