[ci skip]Action,ActionCamera,ActionCatmullRom,Animation,AnimationCache,AtlasNode

This commit is contained in:
SuYaohui 2015-03-18 20:26:16 +08:00
parent ee8776f041
commit 31944da08c
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ public:
ValueMap& getUserInfo() { return _userInfo; };
/** Sets user infomation.
* @param A dictionary as UserInfo.
* @param userInfo A dictionary as UserInfo.
*/
void setUserInfo(const ValueMap& userInfo)
{

View File

@ -112,7 +112,7 @@ public:
/** Adds an animation from an NSDictionary.
* Make sure that the frames were previously loaded in the SpriteFrameCache.
* @param an NSDictionary.
* @param dictionary An NSDictionary.
* @param plist The path of the relative file,it use to find the plist path for load SpriteFrames.
* @since v1.1
*/
@ -123,7 +123,7 @@ public:
* @since v1.1
* @js addAnimations
* @lua addAnimations
* @param An animation from a plist file.
* @param plist An animation from a plist file.
*/
void addAnimationsWithFile(const std::string& plist);