Skip to content

Commit fe666b2

Browse files
Merge pull request #341 from reduckted/toolkit-tool-window-pane-comment-fix
Fixed the incomplete comment on ToolkitToolWindowPane
2 parents 43b9c5b + d303618 commit fe666b2

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)