mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix api comment
This commit is contained in:
parent
bee36e6a04
commit
2f27f82a9b
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
2022/05/10
|
||||
* 修复API注释错误(感谢朝泽提供补丁)
|
||||
|
||||
2022/05/09
|
||||
* 修改打包工具配合desiger打包lcd旋转资源的修改(感谢智明提供补丁)。
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user