From 30cbf1a26af0f0e1f7fc502b2b9c2ddec6fc3651 Mon Sep 17 00:00:00 2001 From: David Catmull Date: Fri, 20 May 2011 18:02:07 -0600 Subject: [PATCH] more class comments --- PBGitHistoryController.h | 1 + PBGitWindowController.h | 1 + 2 files changed, 2 insertions(+) diff --git a/PBGitHistoryController.h b/PBGitHistoryController.h index f9cf468..201fbcf 100644 --- a/PBGitHistoryController.h +++ b/PBGitHistoryController.h @@ -22,6 +22,7 @@ @class PBHistorySearchController; +// Controls the split history view from PBGitHistoryView.xib @interface PBGitHistoryController : PBViewController /**/{ IBOutlet PBRefController *refController; IBOutlet NSSearchField *searchField; diff --git a/PBGitWindowController.h b/PBGitWindowController.h index c844bf6..9d6ef83 100644 --- a/PBGitWindowController.h +++ b/PBGitWindowController.h @@ -14,6 +14,7 @@ @class PBViewController, PBGitSidebarController, PBGitCommitController; +// Controls the main repository window from RepositoryWindow.xib @interface PBGitWindowController : NSWindowController /**/{ __weak PBGitRepository* repository;