@return is recognized by the syntax highlighter. (#2313)

This commit is contained in:
Garrett Moon
2016-09-28 14:40:05 -07:00
committed by appleguy
parent 4aa7c9631d
commit 5cd8f28ad5
11 changed files with 41 additions and 41 deletions

View File

@@ -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);