From 5e9d1476ba372cb52761f33c63505ea2c93a78c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 1 Dec 2019 23:30:33 +0100 Subject: [PATCH] Platform: oh, right, Doxygen's "smart" quotes visited here. --- 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 0e0350653..35fbfdbb0 100644 --- a/src/Magnum/Platform/EmscriptenApplication.h +++ b/src/Magnum/Platform/EmscriptenApplication.h @@ -1656,7 +1656,7 @@ class EmscriptenApplication::KeyEvent: public EmscriptenApplication::InputEvent Space, /**< Space */ Tab, /**< Tab */ - Quote, /**< Quote (`'`) */ + Quote, /**< Quote (') */ Comma, /**< Comma */ Period, /**< Period */ Minus, /**< Minus */ diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 0f977b91f..b8bada13b 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -1503,7 +1503,7 @@ class GlfwApplication::KeyEvent: public GlfwApplication::InputEvent { Tab = GLFW_KEY_TAB, /**< Tab */ /** - * Quote (`'`) + * Quote (') * @m_since_latest */ Quote = GLFW_KEY_APOSTROPHE, diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index a010b0bc1..bf54e4402 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -2101,7 +2101,7 @@ class Sdl2Application::KeyEvent: public Sdl2Application::InputEvent { Tab = SDLK_TAB, /**< Tab */ /** - * Quote (`'`) + * Quote (') * @m_since_latest */ Quote = SDLK_QUOTE,