Skip to content

Commit d303618

Browse files
committed
Fixed the incomplete comment on ToolkitToolWindowPane.
1 parent 43b9c5b commit d303618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/toolkit/Community.VisualStudio.Toolkit.Shared/Windows/ToolkitToolWindowPane.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Community.VisualStudio.Toolkit
55
{
66
/// <summary>
77
/// An implementation of <see cref="ToolWindowPane"/> that allows the
8+
/// <see cref="BaseToolWindow{T}"/> or the tool window's content access to this pane.
89
/// </summary>
910
public abstract class ToolkitToolWindowPane : ToolWindowPane
1011
{

0 commit comments

Comments
 (0)