Align formatting and fill in @name sections within the Search module documentation

This commit is contained in:
Blake Watters
2012-09-16 13:56:18 -04:00
parent 742cc2aca9
commit e98c3b831a
6 changed files with 65 additions and 87 deletions

View File

@@ -21,14 +21,16 @@
#import <CoreData/CoreData.h>
/*
RKSearchWord implements a managed object subclass for representing
search words contained in designated string attributes of entities indexed
by an instance of RKSearchIndexer.
RKSearchWord implements a managed object subclass for representing search words contained in designated string attributes of entities indexed by an instance of RKSearchIndexer.
@see RKSearchIndexer
*/
@interface RKSearchWord : NSManagedObject
///------------------------------------------
/// @name Accessing the Search Word Attribute
///------------------------------------------
/**
A single search word extracted from an indexed entity.
*/