Skip to content

Commit

Permalink
Merge pull request #464 from tonyhallett/patch-1
Browse files Browse the repository at this point in the history
Correct doc comments
  • Loading branch information
madskristensen authored Oct 18, 2023
2 parents 5071b7e + 3335a42 commit d708ad6
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 d708ad6

Please sign in to comment.