Skip to content

Commit 30cbf1a

Browse files
author
David Catmull
committed
more class comments
1 parent a7dc2bf commit 30cbf1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PBGitHistoryController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
@class PBHistorySearchController;
2424

25+
// Controls the split history view from PBGitHistoryView.xib
2526
@interface PBGitHistoryController : PBViewController /*<NSOutlineViewDelegate>*/{
2627
IBOutlet PBRefController *refController;
2728
IBOutlet NSSearchField *searchField;

PBGitWindowController.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
@class PBViewController, PBGitSidebarController, PBGitCommitController;
1616

17+
// Controls the main repository window from RepositoryWindow.xib
1718
@interface PBGitWindowController : NSWindowController /*<NSWindowDelegate>*/{
1819
__weak PBGitRepository* repository;
1920

0 commit comments

Comments
 (0)