@@ -30,33 +30,33 @@ The APIs for this class include:
3030
3131| API Name | Description |
3232| ---| ---|
33- | [ license] ( LicenseControl .md#license) | Initializes license of DCP. |
33+ | [ license] ( ./licenseControl .md#license) | Initializes license of DCP. |
3434
3535### Initialize Engine
3636
3737| API Name | Description |
3838| ---| ---|
39- | [ engineResourcePath] ( InitializationControl .md#engineresourcepath) | Specifies the path of WASM engine. |
40- | [ loadWasm()] ( InitializationControl .md#loadwasm) | Loads and compiles the WASM. |
39+ | [ engineResourcePath] ( ./initializeEngine .md#engineresourcepath) | Specifies the path of WASM engine. |
40+ | [ loadWasm()] ( ./initializeEngine .md#loadwasm) | Loads and compiles the WASM. |
4141
4242### Create and Destroy
4343
4444| API Name | Description |
4545| ---| ---|
46- | [ createInstance()] ( CodeParser .md#createinstance) | Creates a ` CodeParser ` instance. |
47- | [ destroyContext()] ( CodeParser .md#destroycontext) | Destroys the ` CodeParser ` instance in WASM. |
46+ | [ createInstance()] ( ./codeParser .md#createinstance) | Creates a ` CodeParser ` instance. |
47+ | [ destroyContext()] ( ./codeParser .md#destroycontext) | Destroys the ` CodeParser ` instance in WASM. |
4848
4949### Set Code Format
5050
5151| API Name | Description |
5252| ---| ---|
53- | [ setCodeFormat()] ( CodeParser .md#setcodeformat) | Sets input code's format. |
53+ | [ setCodeFormat()] ( ./codeParser .md#setcodeformat) | Sets input code's format. |
5454
5555### Parse Code Data
5656
5757| API Name | Description |
5858| ---| ---|
59- | [ parseData()] ( CodeParser .md#parsedata) | Parses code data for readable results. |
59+ | [ parseData()] ( ./codeParser .md#parsedata) | Parses code data for readable results. |
6060
6161<!--
6262
@@ -75,12 +75,12 @@ In order to make the code more predictable and readable, the library defines a s
7575
7676### Interfaces
7777
78- * [ CodeParserException] ( ../api-reference/ interface/CodeParserEception .md )
79- * [ BasicPersonalInfo] ( ../api-reference /interface/BasicPersonalInfo.md )
80- * [ ParseResult] ( ../api-reference /interface/ParseResult.md )
78+ * [ CodeParserException] ( ./ interface/CodeParserException .md )
79+ * [ BasicPersonalInfo] ( ./interface/BasicPersonalInfo.md )
80+ * [ ParseResult] ( ./interface/ParseResult.md )
8181
8282### Enums
8383
84- * [ EnumErrorCode] ( ../api-reference /enum/EnumErrorCode.md )
85- * [ EnumCodeFormat] ( ../api-reference /enum/EnumCodeFormat.md )
86- * [ EnumResultInfoType] ( ../api-reference /enum/EnumResultInfoType.md )
84+ * [ EnumErrorCode] ( ./enum/EnumErrorCode.md )
85+ * [ EnumCodeFormat] ( ./enum/EnumCodeFormat.md )
86+ * [ EnumResultInfoType] ( ./enum/EnumResultInfoType.md )
0 commit comments