Fix formatting in RKNotifications header.

* Clean up asterisk spacing.
* Format comment block to be consistent.
This commit is contained in:
Brian Morton
2012-02-09 13:42:24 -08:00
parent 9d5e142d10
commit 0eebd6c3f7

View File

@@ -20,17 +20,17 @@
#import <Foundation/Foundation.h>
/******************
* Request Auditing
*
* RKClient exposes a set of NSNotifications that can be
* used to audit the request/response cycle of your application.
* This is useful for doing things like generating automatic logging
* for all your requests or sending the response times
/**
Request Auditing
RKClient exposes a set of NSNotifications that can be used to audit the
request/response cycle of your application. This is useful for doing things
like generating automatic logging for all your requests or sending the response
times.
*/
extern NSString* const RKRequestSentNotification;
extern NSString* const RKRequestDidLoadResponseNotification;
extern NSString* const RKRequestDidLoadResponseNotificationUserInfoResponseKey;
extern NSString* const RKRequestDidFailWithErrorNotification;
extern NSString* const RKRequestDidFailWithErrorNotificationUserInfoErrorKey;
extern NSString* const RKServiceDidBecomeUnavailableNotification;
extern NSString * const RKRequestSentNotification;
extern NSString * const RKRequestDidLoadResponseNotification;
extern NSString * const RKRequestDidLoadResponseNotificationUserInfoResponseKey;
extern NSString * const RKRequestDidFailWithErrorNotification;
extern NSString * const RKRequestDidFailWithErrorNotificationUserInfoErrorKey;
extern NSString * const RKServiceDidBecomeUnavailableNotification;