From fada6fba056a573d31a8ca7f7771f17f901b93a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 9 Oct 2017 17:24:42 +0200 Subject: [PATCH] Platform: doc++ --- src/Magnum/Platform/Sdl2Application.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index d12cd9713..0b3f25b35 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -227,6 +227,10 @@ file contains event listeners which print loading status on the page. The status displayed in the remaining two `<div>`s, if they are available. The CSS file contains rudimentary style to avoid eye bleeding. +The document `<title>` can be overriden by calling +@ref Configuration::setTitle(), but that of course happens only after the app +fully loads. + The application redirects all output (thus also @ref Corrade::Utility::Debug "Debug", @ref Corrade::Utility::Warning "Warning" and @ref Corrade::Utility::Error "Error") to JavaScript console. It's possible to pass command-line arguments to `main()`