Correct documentation comments

This commit is contained in:
Eric Jensen
2016-03-24 20:01:27 -07:00
parent 7de48da44f
commit 057ec55941
4 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@
@property (nonatomic, assign, readonly) CGFloat currentScaleFactor;
#pragma mark - Drawing
/*
/**
Draw the renderer's text content into the bounds provided.
@param bounds The rect in which to draw the contents of the renderer.
@@ -67,20 +67,20 @@
#pragma mark - Layout
/*
/**
Returns the computed size of the renderer given the constrained size and other parameters in the initializer.
*/
- (CGSize)size;
#pragma mark - Text Ranges
/*
/**
The character range from the original attributedString that is displayed by the renderer given the parameters in the
initializer.
*/
- (std::vector<NSRange>)visibleRanges;
/*
/**
The number of lines shown in the string.
*/
- (NSUInteger)lineCount;