Skip to content

Commit

Permalink
Documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 15, 2012
1 parent 3f29ccd commit f8df25e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Code/Testing/RKTestFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/**
Defines optional callback methods for extending the functionality of the
factory. Implementation can be provided via a category.
@see RKTestFactory
*/
@protocol RKTestFactoryCallbacks <NSObject>

Expand Down Expand Up @@ -119,9 +121,9 @@
@end

/**
Provides a static interface for common tasks on the RKTestFactory
sharedInstance. All methods are static aliases for instance method
counterparts on [RKTestFactory sharedFactory]
The ConvenienceAliases category provides a static interface for performing
common tasks on the RKTestFactory sharedInstance. All methods defined within the category
are static aliases for instance method counterparts on [RKTestFactory sharedFactory].
*/
@interface RKTestFactory (ConvenienceAliases)

Expand Down

0 comments on commit f8df25e

Please sign in to comment.