fix api doc

This commit is contained in:
lixianjing 2021-08-12 21:38:39 +08:00
parent da3c126608
commit 77d2371234
4 changed files with 4 additions and 4 deletions

View File

@ -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坐标

View File

@ -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坐标

View File

@ -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坐标

View File

@ -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坐标