Skip to content

Commit

Permalink
Correct doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhallett authored Oct 17, 2023
1 parent 5071b7e commit 3335a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static async Task<IEnumerable<object>> RegisterCommandsAsync(this AsyncPa
}

/// <summary>
/// Automatically calls the <see cref="BaseCommand{T}.InitializeAsync(AsyncPackage)"/> method for every command that has the <see cref="CommandAttribute"/> applied.
/// Automatically calls the <see cref="BaseToolWindow{T}.Initialize(ToolkitPackage)"/> method for every BaseToolWindow<> in the package or provided assemblies.
/// </summary>
/// <param name="package"></param>
/// <param name="assemblies"></param>
Expand Down

0 comments on commit 3335a42

Please sign in to comment.