Fix appledoc warnings.

This commit is contained in:
Huy Nguyen
2015-09-15 00:58:48 +03:00
parent 83aac39ef2
commit 7dc9b7fc40
4 changed files with 11 additions and 9 deletions

View File

@@ -85,7 +85,7 @@
* End updates.
*
* @param rangeController Sender.
*
* @param animated NO if all animations are disabled. YES otherwise.
* @param completion Completion block.
*/
- (void)rangeController:(ASRangeController * )rangeController endUpdatesAnimated:(BOOL)animated completion:(void (^)(BOOL))completion;
@@ -104,6 +104,8 @@
*
* @param rangeController Sender.
*
* @param nodes Inserted nodes.
*
* @param indexPaths Index path of inserted nodes.
*
* @param animationOptions Animation options. See ASDataControllerAnimationOptions.
@@ -115,6 +117,8 @@
*
* @param rangeController Sender.
*
* @param nodes Deleted nodes.
*
* @param indexPaths Index path of deleted nodes.
*
* @param animationOptions Animation options. See ASDataControllerAnimationOptions.