Skip to content

Commit 5abfe5f

Browse files
added proper language tags to markdown
1 parent 2cb3320 commit 5abfe5f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

specs/Appearance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void SetTheme(CoreWebView2ThemeKind value)
5252

5353
# API Details
5454
## C++
55-
```
55+
```cpp
5656
[uuid(5f817cce-5d36-4cd0-a1d5-aaaf95c8685f), object, pointer_default(unique)]
5757
interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
5858
/// The Theme property sets the overall theme of the WebView2 instance.
@@ -74,7 +74,6 @@ interface ICoreWebView2Controller4 : ICoreWebView2Controller3 {
7474
/// An enum to represent the options for WebView2 Theme: system, light, or dark.
7575
[v1_enum]
7676
typedef enum COREWEBVIEW2_THEME_KIND {
77-
7877
/// System theme
7978
COREWEBVIEW2_THEME_KIND_SYSTEM,
8079

@@ -83,12 +82,11 @@ typedef enum COREWEBVIEW2_THEME_KIND {
8382

8483
/// Dark theme
8584
COREWEBVIEW2_THEME_KIND_DARK
86-
8785
} COREWEBVIEW2_THEME_KIND;
8886
```
8987

9088
### C#
91-
```
89+
```c#
9290
namespace Microsoft.Web.WebView2.Core
9391
{
9492
[doc_string("An enum to represent the options for WebView2 Theme: system, light, or dark.")]

0 commit comments

Comments
 (0)