From 6f58bfd4e338c59252ff3fa1a99295f21f705b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 19 Jan 2014 13:00:52 +0100 Subject: [PATCH] Platform: fix documentation. The templates arguments were breaking the doc layout badly, hiding them for documentation. --- src/Magnum/Platform/Sdl2Application.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index 4ffa238ea..476c4c9de 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -396,11 +396,15 @@ class Sdl2Application::Configuration { /** * @brief Window flags * - * @see @ref setFlags() + * @see @ref setWindowFlags() */ + #ifndef DOXYGEN_GENERATING_OUTPUT typedef Containers::EnumSet WindowFlags; + #else + typedef Containers::EnumSet WindowFlags; + #endif #ifdef MAGNUM_BUILD_DEPRECATED /**