Skip to content

Commit 1b5391a

Browse files
LucHeartCopilot
andauthored
Update ModuleBase/DesktopModuleBase.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c3d9b0b commit 1b5391a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleBase/DesktopModuleBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void SetContext(IModuleInstanceManager moduleInstanceManager)
4242
/// <summary>
4343
/// During startup, this method is called to allow the module to perform any necessary setup.
4444
/// </summary>
45-
/// <returns></returns>
45+
/// <returns>A <see cref="Task"/> that represents the completion of any asynchronous setup operations required by the module.</returns>
4646
public virtual Task Setup()
4747
{
4848
return Task.CompletedTask;

0 commit comments

Comments
 (0)