mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
@return is recognized by the syntax highlighter. (#2313)
This commit is contained in:
@@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*
|
||||
* @param image The image to be displayed.
|
||||
*
|
||||
* @returns A transformed image.
|
||||
* @return A transformed image.
|
||||
*/
|
||||
typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
|
||||
|
||||
@@ -181,7 +181,7 @@ ASDISPLAYNODE_EXTERN_C_BEGIN
|
||||
*
|
||||
* @see <imageModificationBlock>
|
||||
*
|
||||
* @returns An ASImageNode image modification block.
|
||||
* @return An ASImageNode image modification block.
|
||||
*/
|
||||
asimagenode_modification_block_t ASImageNodeRoundBorderModificationBlock(CGFloat borderWidth, UIColor * _Nullable borderColor);
|
||||
|
||||
@@ -193,7 +193,7 @@ asimagenode_modification_block_t ASImageNodeRoundBorderModificationBlock(CGFloat
|
||||
*
|
||||
* @see <imageModificationBlock>
|
||||
*
|
||||
* @returns An ASImageNode image modification block.
|
||||
* @return An ASImageNode image modification block.
|
||||
*/
|
||||
asimagenode_modification_block_t ASImageNodeTintColorModificationBlock(UIColor *color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user