From f35902ed85cd66554452bb6e3cebe9b54e3ca7f9 Mon Sep 17 00:00:00 2001 From: "W2.Wizard" <63303990+W2Wizard@users.noreply.github.com> Date: Thu, 29 Apr 2021 17:23:18 +0200 Subject: [PATCH] Add missing '/' to XML docs --- Source/Engine/Input/InputDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Engine/Input/InputDevice.h b/Source/Engine/Input/InputDevice.h index 81b4eceb7..27f6125ba 100644 --- a/Source/Engine/Input/InputDevice.h +++ b/Source/Engine/Input/InputDevice.h @@ -113,7 +113,7 @@ public: /// Captures the input since the last call and triggers the input events. /// /// The input events queue. - /// True if device has been disconnected, otherwise false. + /// True if device has been disconnected, otherwise false. virtual bool Update(EventQueue& queue) { if (UpdateState()) @@ -126,7 +126,7 @@ public: /// /// Updates only the current state of the device. /// - /// True if device has been disconnected, otherwise false. + /// True if device has been disconnected, otherwise false. virtual bool UpdateState() { return false;