[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-10-11 08:12:44 +00:00
parent 2db8217b09
commit 971d3a6653
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
--------------------------------
-- brief Get a UTF8 substring from a std::string with a given start position and length<br>
-- Sample: std::string str = "中国中国中国; substr = getSubStringOfUTF8String(str,0,2) will = "中国"<br>
-- Sample: std::string str = "中国中国中国"; substr = getSubStringOfUTF8String(str,0,2) will = "中国"<br>
-- param start The start position of the substring.<br>
-- param length The length of the substring in UTF8 count<br>
-- return a UTF8 substring