Skip to content

Commit 3ff4610

Browse files
Merge pull request #320 from dynamsoft-docs/preview
update to internal commit 0a512fb7
2 parents bf2eba9 + 588b1f5 commit 3ff4610

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

programming/android/user-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ keywords: user guide, java, kotlin, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true
9-
multiProgrammingLanguage: true
10-
enableLanguageSelection: true
119
---
1210

1311
# Android User Guide for Barcode Scanning

programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-view-controller.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Sets or returns the barcode scanner configurations of type [`DSBarcodeScannerCon
4848
```objc
4949
@property (nonatomic, strong, readwrite) DSBarcodeScannerConfig * config
5050
```
51-
1.
51+
2.
5252
```swift
5353
var config: BarcodeScannerConfig = .init()
5454
```
@@ -65,7 +65,7 @@ A property that holds a Block. The block is a callback that takes a single param
6565
```objc
6666
@property (nonatomic, copy, readwrite) void (^)(DSBarcodeScanResult *) onScannedResult
6767
```
68-
1.
68+
2.
6969
```swift
7070
var onScannedResult: ((BarcodeScanResult) -> Void)?
7171
```

programming/objectivec-swift/user-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ keywords: user guide, objective-c, oc, swift
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true
9-
multiProgrammingLanguage: true
10-
enableLanguageSelection: true
119
---
1210

1311
# iOS User Guide for Barcode Scanning

0 commit comments

Comments
 (0)