Fix -Wdocumentation warnings (#3113)

This commit is contained in:
Michael Schneider
2017-03-01 11:25:37 -08:00
committed by Adlai Holler
parent 71ebf6b029
commit 67baa44fb5
11 changed files with 30 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
* Enables an ASImageNode debug label that shows the ratio of pixels in the source image to those in
* the displayed bounds (including cropRect). This helps detect excessive image fetching / downscaling,
* as well as upscaling (such as providing a URL not suitable for a Retina device). For dev purposes only.
* @param enabled Specify YES to show the label on all ASImageNodes with non-1.0x source-to-bounds pixel ratio.
* Specify YES to show the label on all ASImageNodes with non-1.0x source-to-bounds pixel ratio.
*/
@property (class, nonatomic) BOOL shouldShowImageScalingOverlay;
@@ -36,7 +36,7 @@ NS_ASSUME_NONNULL_BEGIN
* edges that are clipped by the tappable area of any parent (their bounds + hitTestSlop) in the hierarchy = DARK GREEN BORDERED EDGE,
* edges that are clipped by clipToBounds = YES of any parent in the hierarchy = ORANGE BORDERED EDGE (may still receive touches beyond
* overlay rect, but can't be visualized).
* @param enable Specify YES to make this debug feature enabled when messaging the ASControlNode class.
* Specify YES to make this debug feature enabled when messaging the ASControlNode class.
*/
@property (class, nonatomic) BOOL enableHitTestDebug;