fix api comment

This commit is contained in:
lixianjing 2022-05-09 15:21:01 +08:00
parent bee36e6a04
commit 2f27f82a9b
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# 最新动态
2022/05/10
* 修复API注释错误(感谢朝泽提供补丁)
2022/05/09
* 修改打包工具配合desiger打包lcd旋转资源的修改感谢智明提供补丁

View File

@ -31,7 +31,7 @@ BEGIN_C_DECLS
* @enum system_info_flag_t
* @annotation ["scriptable"]
* @prefix SYSTEM_INFO_FLAG_
*
* SystemInfo常量定
*/
typedef enum _system_info_flag_t {
/**
@ -40,7 +40,7 @@ typedef enum _system_info_flag_t {
*/
SYSTEM_INFO_FLAG_NONE = 0,
/**
* @const SYSTEM_INFO_FLAG_OPAQUE
* @const SYSTEM_INFO_FLAG_FAST_LCD_PORTRAIT
* 使
*/
SYSTEM_INFO_FLAG_FAST_LCD_PORTRAIT = 1,