Skip to content

Commit edefe52

Browse files
authored
Merge pull request #295 from dynamsoft-docs/preview
update to internal commit d9ec6204
2 parents b6a5466 + 5080b93 commit edefe52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_includes/dceNav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
3030
</li>
3131
</ul>
32-
<a class="downloadBtn fr hide-lg textUpperCase" href="{{site.download}}">Download Free Trial</a>
3332
</div>
3433
</div>
3534
</div>

enums/camera-position.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public @interface EnumCameraPosition {
3434
typedef NS_ENUM(NSInteger, DSCameraPosition)
3535
{
3636
/** The back-facing camera. */
37-
EnumCameraPositionBack = 0,
37+
DSCameraPositionBack = 0,
3838
/** The front-facing camera. */
39-
EnumCameraPositionFront = 1
39+
DSCameraPositionFront = 1
4040
};
4141
```
4242
>

0 commit comments

Comments
 (0)