Add missing '/' to XML docs

This commit is contained in:
W2.Wizard
2021-04-29 17:23:18 +02:00
committed by GitHub
parent 05ba9b8d45
commit f35902ed85

View File

@@ -113,7 +113,7 @@ public:
/// Captures the input since the last call and triggers the input events.
/// </summary>
/// <param name="queue">The input events queue.</param>
/// <returns>True if device has been disconnected, otherwise false.<returns>
/// <returns>True if device has been disconnected, otherwise false.</returns>
virtual bool Update(EventQueue& queue)
{
if (UpdateState())
@@ -126,7 +126,7 @@ public:
/// <summary>
/// Updates only the current state of the device.
/// </summary>
/// <returns>True if device has been disconnected, otherwise false.<returns>
/// <returns>True if device has been disconnected, otherwise false.</returns>
virtual bool UpdateState()
{
return false;