Skip to content

Commit b413e3a

Browse files
Merge pull request #14 from dynamsoft-docs/preview
update to internal commit 677d03ee
2 parents c277189 + b0a7125 commit b413e3a

File tree

13 files changed

+7
-700
lines changed

13 files changed

+7
-700
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dbr_icon: /code-parser/docs/mobile/assets/img-icon/icon-dbr.svg
3636
dwt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dwt.svg
3737
dnt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dnt.svg
3838

39-
useVersionTree: true
39+
useVersionTree: false
40+
isDCV: true
4041

4142
baseurl: "/code-parser/docs/mobile"
4243

File renamed without changes.
File renamed without changes.
File renamed without changes.

programming/android/api-reference/parsed-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ String getFieldValue(String fieldName);
7676

7777
`[in] fieldName`: The name of the field.
7878

79-
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
79+
> [View more information about the field names of all supported code types]({{ site.code_types }}).
8080

8181
**Return Value**
8282

@@ -134,4 +134,4 @@ HashMap<String, String> getParsedFields();
134134

135135
A HashMap that contains the names and values of the parsed fields.
136136

137-
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
137+
> [View more information about the field names of all supported code types]({{ site.code_types }}).

programming/android/user-guide/getting-started-v2.0.20.md

Lines changed: 0 additions & 242 deletions
This file was deleted.

programming/ios/api-reference/parsed-result-item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func getFieldValue(_ fieldName:String) -> String
117117

118118
`fieldName`: The name of the field.
119119

120-
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
120+
> [View more information about the field names of all supported code types]({{ site.code_types }}).
121121
122122
**Return Value**
123123

@@ -188,4 +188,4 @@ A `NSDictionary` object stores the field names and values of the parsed fields.
188188
var parsedFields: NSDictionary { get }
189189
```
190190

191-
> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
191+
> [View more information about the field names of all supported code types]({{ site.code_types }}).

0 commit comments

Comments
 (0)