mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
improve api doc
This commit is contained in:
parent
fa446b6acc
commit
0f9017652c
@ -592,7 +592,7 @@ uint32_t str_count(str_t* str, const char* substr);
|
||||
* @method str_format
|
||||
* 通过格式设置字符串。
|
||||
* @param {str_t*} str str对象。
|
||||
* @param {uint32_t} size format生成的字符串的最大长度(用于预习分配内存)。
|
||||
* @param {uint32_t} size format生成的字符串的最大长度(用于预先分配内存)。
|
||||
* @param {const char*} format 格式。
|
||||
*
|
||||
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
||||
@ -603,7 +603,7 @@ ret_t str_format(str_t* str, uint32_t size, const char* format, ...);
|
||||
* @method str_append_format
|
||||
* 通过格式追加字符串。
|
||||
* @param {str_t*} str str对象。
|
||||
* @param {uint32_t} size format生成的字符串的最大长度(用于预习分配内存)。
|
||||
* @param {uint32_t} size format生成的字符串的最大长度(用于预先分配内存)。
|
||||
* @param {const char*} format 格式。
|
||||
*
|
||||
* @return {ret_t} 返回RET_OK表示成功,否则表示失败。
|
||||
|
Loading…
Reference in New Issue
Block a user