From 725ffbbfdb0743b9bd42929be113073b017644a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 2 Nov 2015 23:25:35 +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 4b83d6ef7..37d7fc093 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -255,7 +255,7 @@ class Sdl2Application { * * On desktop GL, if version is not specified in @p configuration, the * application first tries to create core context (OpenGL 3.2+ on OS X, - * OpenGL 3.0+ elsewhere) and if that fails, falls back to + * OpenGL 3.1+ elsewhere) and if that fails, falls back to * compatibility OpenGL 2.1 context. */ #ifdef DOXYGEN_GENERATING_OUTPUT @@ -469,8 +469,8 @@ CORRADE_ENUMSET_OPERATORS(Sdl2Application::Flags) /** @brief Configuration -Centered non-resizable window with double-buffered OpenGL context and 24bit -depth buffer. +The created window is always centered with double-buffered OpenGL context and +24bit depth buffer. @see @ref Sdl2Application(), @ref createContext(), @ref tryCreateContext() */ class Sdl2Application::Configuration {