Skip to content

Commit 35c8e39

Browse files
committed
Improve code comments
1 parent c3a5984 commit 35c8e39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,10 @@ private static void UpdatePluginDirectory(List<PluginMetadata> metadatas)
227227
}
228228

229229
/// <summary>
230-
/// Call initialize for all plugins
230+
/// Initialize all plugins asynchronously.
231231
/// </summary>
232+
/// <param name="allPlugins">List of all plugins to initialize.</param>
233+
/// <param name="register">The register to register results updated event for each plugin.</param>
232234
/// <returns>return the list of failed to init plugins or null for none</returns>
233235
public static async Task InitializePluginsAsync(List<PluginPair> allPlugins, IResultUpdateRegister register)
234236
{

0 commit comments

Comments
 (0)