Add missing '/' to XML docs
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
|||||||
/// Captures the input since the last call and triggers the input events.
|
/// Captures the input since the last call and triggers the input events.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="queue">The input events queue.</param>
|
/// <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)
|
virtual bool Update(EventQueue& queue)
|
||||||
{
|
{
|
||||||
if (UpdateState())
|
if (UpdateState())
|
||||||
@@ -126,7 +126,7 @@ public:
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Updates only the current state of the device.
|
/// Updates only the current state of the device.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>True if device has been disconnected, otherwise false.<returns>
|
/// <returns>True if device has been disconnected, otherwise false.</returns>
|
||||||
virtual bool UpdateState()
|
virtual bool UpdateState()
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user