[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-03-27 03:10:37 +00:00
parent aaab8881ae
commit b1859a4cac
3 changed files with 1 additions and 16 deletions

View File

@ -43,20 +43,6 @@
-- @param self
-- @return point_table#point_table ret (return value: point_table)
--------------------------------
-- overload function: initWithColor(color4B_table, color4B_table)
--
-- overload function: initWithColor()
--
-- overload function: initWithColor(color4B_table, color4B_table, point_table)
--
-- @function [parent=#LayerGradient] initWithColor
-- @param self
-- @param #color4B_table color4b
-- @param #color4B_table color4b
-- @param #point_table point
-- @return bool#bool ret (retunr value: bool)
--------------------------------
-- @function [parent=#LayerGradient] setEndColor
-- @param self

View File

@ -1 +1 @@
bb331bf4e55b4ca2f5b12c75e6c3e638ae3367d0
2b4d7967b19a02138c89b1c3ed7fc4682267a47a

View File

@ -1546,7 +1546,6 @@ int register_all_cocos2dx(lua_State* tolua_S);
#endif // __cocos2dx_h__