From 2c516fffb84e254e228a67433e7a071e9b0da13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 12 Apr 2015 20:34:19 +0200 Subject: [PATCH] Platform: doc++ --- src/Magnum/Platform/Sdl2Application.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index a7037b29f..e87cc3436 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -246,8 +246,9 @@ class Sdl2Application { * @brief Create context with given configuration * * Must be called if and only if the context wasn't created by the - * constructor itself. The program exits if the context cannot be - * created, see @ref tryCreateContext() for an alternative. + * constructor itself. Error message is printed and the program exits + * if the context cannot be created, see @ref tryCreateContext() for an + * alternative. * * 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,