From 7597f69134b039851d5db659ca51ebc734eb5877 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 6 Dec 2010 20:17:33 +0000 Subject: Comments. --- Source/SPFavoriteNode.h | 5 +---- Source/SPGroupNode.h | 2 +- Source/SPTreeNode.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'Source') diff --git a/Source/SPFavoriteNode.h b/Source/SPFavoriteNode.h index 98e9c9c9..5387c137 100644 --- a/Source/SPFavoriteNode.h +++ b/Source/SPFavoriteNode.h @@ -28,10 +28,7 @@ * * @author Stuart Connolly http://stuconnolly.com/ * - * This class is designed to be a simple wrapper around a connection favorite to allow us to easily represent - * them in a tree structure for use in an outline view. If the node is a group item (i.e. a folder) then it - * should have a name as well as zero or more child nodes. Similarly, actual connection favorite nodes, don't - * have a name and should have no children. + * Tree node the represents a connection favorite. */ @interface SPFavoriteNode : NSObject { diff --git a/Source/SPGroupNode.h b/Source/SPGroupNode.h index fcf047ff..e5dad641 100644 --- a/Source/SPGroupNode.h +++ b/Source/SPGroupNode.h @@ -28,7 +28,7 @@ * * @author Stuart Connolly http://stuconnolly.com/ * - * + * Tree node that represents a group. */ @interface SPGroupNode : NSObject { diff --git a/Source/SPTreeNode.h b/Source/SPTreeNode.h index 0f11400a..f93157ea 100644 --- a/Source/SPTreeNode.h +++ b/Source/SPTreeNode.h @@ -28,7 +28,7 @@ * * @author Stuart Connolly http://stuconnolly.com/ * - * + * NSTreeNode subclass which adds some convenience methods. */ @interface SPTreeNode : NSTreeNode { -- cgit v1.2.3