@@ -30,42 +30,42 @@ The APIs for this class include:
3030
3131| API Name | Description |
3232| ---| ---|
33- | [ license] ( ./licenseControl.md #license ) | Initializes license of DCP. |
33+ | [ license] ( ./licenseControl.html #license ) | Initializes license of DCP. |
3434
3535### Initialize Engine
3636
3737| API Name | Description |
3838| ---| ---|
39- | [ engineResourcePath] ( ./initializeEngine.md #engineresourcepath ) | Specifies the path of WASM engine. |
40- | [ loadWasm()] ( ./initializeEngine.md #loadwasm ) | Loads and compiles the WASM. |
39+ | [ engineResourcePath] ( ./initializeEngine.html #engineresourcepath ) | Specifies the path of WASM engine. |
40+ | [ loadWasm()] ( ./initializeEngine.html #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.html #createinstance ) | Creates a ` CodeParser ` instance. |
47+ | [ destroyContext()] ( ./codeParser.html #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.html #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.html #parsedata ) | Parses code data for readable results. |
6060
6161<!--
6262
6363### Set Encryption Key
6464
6565| API Name | Description |
6666|---|---|
67- | [setCryptoPublicKey()](CodeParser.md #setcryptopublickey) | Set a public key if code parsing needs. |
68- | [setCertificate()](CodeParser.md #setcertificate) | Set a certificate if code parsing needs. |
67+ | [setCryptoPublicKey()](CodeParser.html #setcryptopublickey) | Set a public key if code parsing needs. |
68+ | [setCertificate()](CodeParser.html #setcertificate) | Set a certificate if code parsing needs. |
6969
7070-->
7171
@@ -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] ( ./interface/CodeParserException.md )
79- * [ BasicPersonalInfo] ( ./interface/BasicPersonalInfo.md )
80- * [ ParseResult] ( ./interface/ParseResult.md )
78+ * [ CodeParserException] ( ./interface/CodeParserException.html )
79+ * [ BasicPersonalInfo] ( ./interface/BasicPersonalInfo.html )
80+ * [ ParseResult] ( ./interface/ParseResult.html )
8181
8282### Enums
8383
84- * [ EnumErrorCode] ( ./enum/EnumErrorCode.md )
85- * [ EnumCodeFormat] ( ./enum/EnumCodeFormat.md )
86- * [ EnumResultInfoType] ( ./enum/EnumResultInfoType.md )
84+ * [ EnumErrorCode] ( ./enum/EnumErrorCode.html )
85+ * [ EnumCodeFormat] ( ./enum/EnumCodeFormat.html )
86+ * [ EnumResultInfoType] ( ./enum/EnumResultInfoType.html )
0 commit comments