Add a missing parameter in comment for document.

This commit is contained in:
Neo Kim 2015-09-21 17:07:32 +09:00
parent d9be26cd98
commit b09a0bd0e3
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ public:
/**
* @brief Jump to specific item
* @param itemIndex Specifies the item's index
* @param positionRatioInView Specifies the position with ratio in list view's content size.
* @param itemAnchorPoint Specifies an anchor point of each item for position to calculate distance.
*/