Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ dbr_icon: /code-parser/docs/mobile/assets/img-icon/icon-dbr.svg
dwt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dwt.svg
dnt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dnt.svg

useVersionTree: true
useVersionTree: false
isDCV: true

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

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions programming/android/api-reference/parsed-result-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ String getFieldValue(String fieldName);

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

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

**Return Value**

Expand Down Expand Up @@ -134,4 +134,4 @@ HashMap<String, String> getParsedFields();

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

> [View more information about the field names of all supported code types]({{ site.code_types }}){:target="_blank"}.
> [View more information about the field names of all supported code types]({{ site.code_types }}).
242 changes: 0 additions & 242 deletions programming/android/user-guide/getting-started-v2.0.20.md

This file was deleted.

4 changes: 2 additions & 2 deletions programming/ios/api-reference/parsed-result-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func getFieldValue(_ fieldName:String) -> String

`fieldName`: The name of the field.

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

**Return Value**

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

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