Move "Returns..." to the end of the method documentation

This commit is contained in:
Indragie Karunaratne 2013-03-25 14:04:14 -06:00
Родитель 8c62a35df4
Коммит 74b02de53b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,10 +10,10 @@
@interface NSView (RBLAlignmentAdditions)
// Returns a backing store pixel aligned rectangle in view coordinates
//
// Uses `-backingAlignedRect:options:` internally and converts between window coordinates
// and view coordinates.
//
// Returns a backing store pixel aligned rectangle in view coordinates
- (NSRect)rbl_viewBackingAlignedRect:(NSRect)rect options:(NSAlignmentOptions)options;
@end