Merge pull request #1340 from ejensen/documentation-corrections

[Documentation] Various header documentation corrections and refinements.
This commit is contained in:
appleguy
2016-03-09 02:52:48 -08:00
16 changed files with 44 additions and 31 deletions

View File

@@ -42,7 +42,6 @@ ASDISPLAYNODE_INLINE CGSize ceilSizeValue(CGSize s)
/**
@abstract Returns the bounding size for the text view's text.
@param components The TextKit components to calculate the constrained size of the text for.
@param constrainedWidth The constraining width to be used during text-sizing. Usually, this value should be the receiver's calculated size.
@result A CGSize representing the bounding size for the receiver's text.
*/