improve api doc lint

This commit is contained in:
lixianjing 2023-07-21 18:24:07 +08:00
parent 5ba5f0f6f4
commit b8abc8d86f
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# 最新动态
2023/07/21
* 完善api\_doc\_lint(感谢俊圣提供补丁)
2023/07/19
* 给widget增加一个ellipses属性用于文字超过控件大小后自动变成缩略符(感谢智明提供补丁)。
* 完善str/wstr注释(感谢智明提供补丁)

View File

@ -87,6 +87,10 @@
# define filepos_t long
#endif
#if defined(LINUX) && !defined(MACOS)
#define HAVE_MKSTEMP 1
#endif
/*
* DATA DECLARATIONS
*/