Minor reformatting of AFHTTPClient constants documentation

This commit is contained in:
Mattt Thompson 2013-02-08 15:08:41 +01:00
parent d609df5321
commit 8215c43680

View file

@ -448,7 +448,7 @@ typedef enum {
///----------------
/**
### Network Reachability
## Network Reachability
The following constants are provided by `AFHTTPClient` as possible network reachability statuses.
@ -479,7 +479,7 @@ typedef enum {
A key in the userInfo dictionary in a `AFNetworkingReachabilityDidChangeNotification` notification.
The corresponding value is an `NSNumber` object representing the `AFNetworkReachabilityStatus` value for the current reachability status.
### Parameter Encoding
## Parameter Encoding
The following constants are provided by `AFHTTPClient` as possible methods for serializing parameters into query string or message body values.