Skip to content

Commit

Permalink
Merge pull request facebook#660 from ogwiz2/dev
Browse files Browse the repository at this point in the history
Adjusted spacing in comments for consistency
  • Loading branch information
bdewey committed Oct 15, 2014
2 parents 307f6bc + 16869dc commit ac18955
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/FBSettings.h
Expand Up @@ -65,6 +65,7 @@ typedef NS_ENUM(NSUInteger, FBBetaFeatures) {

/*!
@typedef
@abstract Indicates if this app should be restricted
*/
typedef NS_ENUM(NSUInteger, FBRestrictedTreatment) {
Expand Down Expand Up @@ -293,14 +294,18 @@ typedef NS_ENUM(NSUInteger, FBRestrictedTreatment) {

/*!
@method
@abstract Returns YES if the legacy Graph API mode is enabled
*/
+ (BOOL)isPlatformCompatibilityEnabled;

/*!
@method
@abstract Configures the SDK to use the legacy platform.
@param enable indicates whether to use the legacy mode
@discussion Setting this flag has several effects:
- FBRequests will target v1.0 of the Graph API.
- Login will use the prior behavior without abilities to decline permission.
Expand Down
2 changes: 2 additions & 0 deletions src/FBTooltipView.h
Expand Up @@ -56,13 +56,15 @@ typedef NS_ENUM(NSUInteger, FBTooltipColorStyle) {

/*!
@abstract Gets or sets the amount of time in seconds the tooltip should be displayed.
@discussion Set this to zero to make the display permanent until explicitly dismissed.
Defaults to six seconds.
*/
@property (nonatomic, assign) CFTimeInterval displayDuration;

/*!
@abstract Gets or sets the color style after initialization.
@discussion Defaults to value passed to -initWithTagline:message:colorStyle:.
*/
@property (nonatomic, assign) FBTooltipColorStyle colorStyle;
Expand Down

0 comments on commit ac18955

Please sign in to comment.