Skip to content

Commit

Permalink
update small issues 011
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Dynamsoft committed Dec 12, 2023
1 parent 1bab885 commit c28fe1c
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions _includes/sidelist-programming-javascript-v1.1.0.html
Expand Up @@ -39,28 +39,28 @@
</li>
<li>
<a
href="{{ site.dcp_js_api-interface }}index.html"
href="{{ site.dcp_js_api }}interfacesindex.html"
class="otherLinkColour"
>Interfaces</a
>
<ul>
<li>
<a
href="{{ site.dcp_js_api-interface }}BasicPersonalInfo.html"
href="{{ site.dcp_js_api }}interfacesBasicPersonalInfo.html"
class="otherLinkColour"
>BasicPersonalInfo</a
>
</li>
<li>
<a
href="{{ site.dcp_js_api-interface }}CodeParserException.html"
href="{{ site.dcp_js_api }}interfacesCodeParserException.html"
class="otherLinkColour"
>CodeParserException</a
>
</li>
<li>
<a
href="{{ site.dcp_js_api-interface }}ParseResult.html"
href="{{ site.dcp_js_api }}interfacesParseResult.html"
class="otherLinkColour"
>ParseResult</a
>
Expand Down
4 changes: 2 additions & 2 deletions _includes/sidelist-programming-javascript.html
Expand Up @@ -118,7 +118,7 @@
>CoreModule</a
>
</li>
<li>
<!-- <li>
<a
href="{{ site.dcv_js_api }}core/image-source-adapter.html"
class="otherLinkColour"
Expand Down Expand Up @@ -506,7 +506,7 @@
>
</li>
</ul>
</li>
</li> -->
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion programming/javascript/api-reference/CodeParser.md
Expand Up @@ -134,7 +134,7 @@ await parser.parseData(YOUR-CODE-THAT-NEEDS-PARSING);
**See Also**

* [Uint8Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array)
* [ParseResult](./interface/ParseResult.md)
* [ParseResult](./interfaces/ParseResult.md)

<!--
Expand Down
6 changes: 3 additions & 3 deletions programming/javascript/api-reference/InterfacesEnums.md
Expand Up @@ -15,9 +15,9 @@ In order to make the code more predictable and readable, the library defines a s

## Interfaces

* [CodeParserException](./interface/CodeParserException.md)
* [BasicPersonalInfo](./interface/BasicPersonalInfo.md)
* [ParseResult](./interface/ParseResult.md)
* [CodeParserException](./interfaces/CodeParserException.md)
* [BasicPersonalInfo](./interfaces/BasicPersonalInfo.md)
* [ParseResult](./interfaces/ParseResult.md)

## Enums

Expand Down
4 changes: 2 additions & 2 deletions programming/javascript/api-reference/code-parser-module.md
Expand Up @@ -36,8 +36,8 @@ The `CodeParser` class enable users to parse given bytes or a string.

## Interfaces

* [ParsedResultItem](./interface/parsed-result-item.md)
* [ParsedResult](./interface/parsed-result.md)
* [ParsedResultItem](./interfaces/parsed-result-item.md)
* [ParsedResult](./interfaces/parsed-result.md)

## Enumerations

Expand Down
2 changes: 1 addition & 1 deletion programming/javascript/api-reference/code-parser.md
Expand Up @@ -135,4 +135,4 @@ parse: (source: Array<number> | string, taskSettingName?: string) => Promise<Par

**Return Value**

Returns an array of [ParsedResultItem](./interface/ParsedResultItem.md) containing the human-readable results.
Returns an array of [ParsedResultItem](./interfaces/parsed-result-item.md) containing the human-readable results.
6 changes: 3 additions & 3 deletions programming/javascript/api-reference/index-v1.1.0.md
Expand Up @@ -75,9 +75,9 @@ In order to make the code more predictable and readable, the library defines a s

### Interfaces

* [CodeParserException](./interface/CodeParserException.html)
* [BasicPersonalInfo](./interface/BasicPersonalInfo.html)
* [ParseResult](./interface/ParseResult.html)
* [CodeParserException](./interfaces/CodeParserException.html)
* [BasicPersonalInfo](./interfaces/BasicPersonalInfo.html)
* [ParseResult](./interfaces/ParseResult.html)

### Enums

Expand Down

0 comments on commit c28fe1c

Please sign in to comment.