mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix -Wdocumentation warnings (#3113)
This commit is contained in:
committed by
Adlai Holler
parent
71ebf6b029
commit
67baa44fb5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user