mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Align formatting and fill in @name sections within the Search module documentation
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user