Skip to content

Commit

Permalink
improve api comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Jan 3, 2025
1 parent 3989c6e commit 6c51789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 最新动态

2025/01/03
* 完善 bitmap API 注释(感谢朝泽提供补丁)

2025/01/02
* 去掉重复的宏定义(感谢俊杰发现问题)
* 完善打包工具和脚本,各工具新增src_filename参数,可根据文件内的资源文件数组打包指定的资源(感谢培煌提供补丁)
Expand Down
1 change: 1 addition & 0 deletions src/base/bitmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ bitmap_t* bitmap_create_ex3(uint32_t w, uint32_t h, uint32_t line_length, bitmap
* @method bitmap_init_ex2
* 创建图片对象。
* @annotation ["constructor", "scriptable", "gc"]
* @param {bitmap_t*} bitmap bitmap对象。
* @param {uint32_t} w 宽度。
* @param {uint32_t} h 高度。
* @param {uint32_t} line_length line_length。
Expand Down

0 comments on commit 6c51789

Please sign in to comment.