Fixes XMLDoc comments

This commit is contained in:
Cyberboss
2017-11-11 17:27:58 -05:00
parent c9eb93c6c7
commit 77a4fc4b7e
+2 -2
View File
@@ -14,9 +14,9 @@ namespace TGControlPanel
#endif
{
/// <summary>
/// Used to wrap <see cref="IInterface"/> calls in a non-blocking fashion while disabling the <see cref="Form"/> and enabling the wait cursor
/// Used to wrap <see cref="TGServiceInterface.IInterface"/> calls in a non-blocking fashion while disabling the <see cref="Form"/> and enabling the wait cursor
/// </summary>
/// <param name="action">The <see cref="IInterface"/> operation to wrap</param>
/// <param name="action">The <see cref="TGServiceInterface.IInterface"/> operation to wrap</param>
/// <returns>A <see cref="Task"/> wrapping <paramref name="action"/></returns>
protected Task WrapServerOp(Action action)
{