From cac1767914997ccaaf9e78eca0cbc55c793c30fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 31 Oct 2024 13:53:31 +0100 Subject: [PATCH] Platform: haha, Doxygen Markdown parser is broken here, haha! Note to self: look at the docs at least once before copying a broken markup all over the place. --- src/Magnum/Platform/EmscriptenApplication.h | 2 +- src/Magnum/Platform/GlfwApplication.h | 2 +- src/Magnum/Platform/Sdl2Application.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Platform/EmscriptenApplication.h b/src/Magnum/Platform/EmscriptenApplication.h index c18a336c1..cf2bf2ab1 100644 --- a/src/Magnum/Platform/EmscriptenApplication.h +++ b/src/Magnum/Platform/EmscriptenApplication.h @@ -1338,7 +1338,7 @@ enum class EmscriptenApplication::Key: Int { /** * Plus. On the US keyboard layout this may only be representable as - * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} **=**. + * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} =. */ Plus, diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 066c9a9e7..14a67b404 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -1167,7 +1167,7 @@ enum class GlfwApplication::Key: Int { /** * Plus. On the US keyboard layout this may only be representable as - * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} **=**. + * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} =. */ Plus = '+', diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index f0be2c2c9..4de6d6641 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -1744,7 +1744,7 @@ enum class Sdl2Application::Key: SDL_Keycode { /** * Plus. On the US keyboard layout this may only be representable as - * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} **=**. + * @m_class{m-label m-warning} **Shift** @m_class{m-label m-default} =. */ Plus = SDLK_PLUS,