From f8df25edd8bd3d3d996795230340c3dc3e86b620 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Thu, 15 Mar 2012 15:42:23 -0400 Subject: [PATCH] Documentation tweaks --- Code/Testing/RKTestFactory.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Code/Testing/RKTestFactory.h b/Code/Testing/RKTestFactory.h index 2d8b26a1..b900f1a1 100644 --- a/Code/Testing/RKTestFactory.h +++ b/Code/Testing/RKTestFactory.h @@ -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 @@ -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)