@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

@@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* @abstract Initializes an editable text node using default TextKit components.
*
* @returns An initialized ASEditableTextNode.
* @return An initialized ASEditableTextNode.
*/
- (instancetype)init;
@@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
* @param textKitComponents The TextKit stack used to render text.
* @param placeholderTextKitComponents The TextKit stack used to render placeholder text.
*
* @returns An initialized ASEditableTextNode.
* @return An initialized ASEditableTextNode.
*/
- (instancetype)initWithTextKitComponents:(ASTextKitComponents *)textKitComponents
placeholderTextKitComponents:(ASTextKitComponents *)placeholderTextKitComponents;