mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
fix api doc
This commit is contained in:
parent
da3c126608
commit
77d2371234
@ -62,7 +62,7 @@ typedef struct _color_component_t {
|
||||
/**
|
||||
* @method color_component_create
|
||||
* 创建color_component对象
|
||||
* @annotation ["constructor"]
|
||||
* @annotation ["constructor", "scriptable"]
|
||||
* @param {widget_t*} parent 父控件
|
||||
* @param {xy_t} x x坐标
|
||||
* @param {xy_t} y y坐标
|
||||
|
@ -105,7 +105,7 @@ typedef struct _candidates_t {
|
||||
/**
|
||||
* @method candidates_create
|
||||
* 创建candidates对象
|
||||
* @annotation ["constructor"]
|
||||
* @annotation ["constructor", "scriptable"]
|
||||
* @param {widget_t*} parent 父控件
|
||||
* @param {xy_t} x x坐标
|
||||
* @param {xy_t} y y坐标
|
||||
|
@ -95,7 +95,7 @@ typedef struct _mutable_image_t {
|
||||
/**
|
||||
* @method mutable_image_create
|
||||
* 创建mutable_image对象
|
||||
* @annotation ["constructor"]
|
||||
* @annotation ["constructor", "scriptable"]
|
||||
* @param {widget_t*} parent 父控件
|
||||
* @param {xy_t} x x坐标
|
||||
* @param {xy_t} y y坐标
|
||||
|
@ -84,7 +84,7 @@ typedef struct _calibration_win_t {
|
||||
|
||||
/**
|
||||
* @method calibration_win_create
|
||||
* @annotation ["constructor"]
|
||||
* @annotation ["constructor", "scriptable"]
|
||||
* 创建calibration_win对象
|
||||
* @param {widget_t*} parent 父控件
|
||||
* @param {xy_t} x x坐标
|
||||
|
Loading…
Reference in New Issue
Block a user