mirror of
https://gitee.com/openharmony/napi_generator
synced 2024-11-23 00:10:09 +00:00
修改md中的codecheck
Signed-off-by: huruitao <huruitao@kaihong.com>
This commit is contained in:
parent
81873fbd64
commit
7aaf8f47ed
@ -24,7 +24,7 @@
|
||||
<tbody>
|
||||
<tr id="row334175803317"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.2.3.1.1 "><p id="p382391145710"><a name="p382391145710"></a><a name="p382391145710"></a><ul>函数类型</ul></p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><a name="ul334485413318"></a><a name="ul334485413318"></a><ul id="ul334485413318"><li>支持使用createThreadSafeFuncXXX格式创建线程安全函数 [注:1.首个参数为线程安全函数名称; 2.结尾一个参数为回调函数]</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><a name="ul334485413318"></a><a name="ul334485413318"></a><ul id="ul334485413318"><li>支持使用createThreadSafeFuncXXX格式创建线程安全函数 [注:1.the first 参数为线程安全函数名称; 2.结尾一个参数为回调函数]</li></ul>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.2.3.1.3 ">
|
||||
<ul id="ult940244418001">
|
||||
|
@ -24,7 +24,7 @@
|
||||
<tbody>
|
||||
<tr id="row334175803317"><td class="cellrowborder" valign="top" width="18%" headers="mcps1.2.3.1.1 "><p id="p382391145710"><a name="p382391145710"></a><a name="p382391145710"></a><ul>函数类型</ul></p>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><a name="ul334485413318"></a><a name="ul334485413318"></a><ul id="ul334485413318"><li>支持使用createThreadSafeFuncXXX格式创建线程安全函数 [注:1.首个参数为线程安全函数名称; 2.结尾一个参数为回调函数]</li></ul>
|
||||
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><a name="ul334485413318"></a><a name="ul334485413318"></a><ul id="ul334485413318"><li>支持使用createThreadSafeFuncXXX格式创建线程安全函数 [注:1.the first 参数为线程安全函数名称; 2.结尾一个参数为回调函数]</li></ul>
|
||||
</td>
|
||||
<td class="cellrowborder" valign="top" width="20%" headers="mcps1.2.3.1.3 ">
|
||||
<ul id="ult940244418001">
|
||||
|
@ -339,7 +339,7 @@ bool funcTest(bool& v, std::string& out)
|
||||
|
||||
#### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
"napitest:napitest":{}
|
||||
|
||||
@ -642,7 +642,7 @@ bool funcTest(bool& v, std::string& out)
|
||||
|
||||
#### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
"napitest:napitest":{}
|
||||
|
||||
|
@ -295,7 +295,7 @@ bool funcTest(bool& v, std::string& out)
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
|
@ -102,7 +102,7 @@
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
@ -418,7 +418,7 @@ bool funcTest(bool& v, std::string& out)
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
|
@ -42,7 +42,7 @@ napi_generator的可执行程序方式和插件方式都具有预检查的功能
|
||||
|
||||
joey@joey-virtual-machine:~/code/napi_test$
|
||||
|
||||
@ohos.napitest.d.ts (33,49),其中括号中首个参数含义为行号,第二个参数含义为列号。
|
||||
@ohos.napitest.d.ts (33,49),其中括号中the first 参数含义为行号,第二个参数含义为列号。
|
||||
|
||||
预检查的触发方式与生成框架的入口一致,使用方法参见生成框架描述。
|
||||
|
||||
|
@ -139,7 +139,7 @@ out = v1 + v2;
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
@ -259,7 +259,7 @@ out = v1 + v2;
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
@ -379,7 +379,7 @@ out = v1 + v2;
|
||||
|
||||
### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码vendor/hihope/rk3568/config.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
```
|
||||
{
|
||||
@ -543,7 +543,7 @@ out = v1 + v2;
|
||||
|
||||
#### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
"napitest:napitest":{}
|
||||
|
||||
@ -656,7 +656,7 @@ out = v1 + v2;
|
||||
|
||||
#### 添加功能模块
|
||||
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中首个napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
在产品配置中添加上述子系统的功能模块,编译到产品产出文件中,例如在源码/productdefine/common/products/rk3566.json中增加part选项,其中the first napitest就是BUILD.gn文件中的subsystem_name,第二个napitest就是BUILD.gn文件中的part_name。
|
||||
|
||||
"napitest:napitest":{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user