Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRanhaoXu <v-jex@microsoft.com>2021-06-03 00:03:21 +0300
committerGitHub <noreply@github.com>2021-06-03 00:03:21 +0300
commit749ae75e190d6ce65ce23c6ad5be3b45bc9eb414 (patch)
tree86a8324191b347469f2282d2c35101a2dd5da7d9 /mdoc/Test/en.expected-cppwinrt2
parentd9e2cd450a322fe0eaff003e43ec0042b6a7a81b (diff)
Updated CppWinRt formatter for enum (#561)
https://ceapex.visualstudio.com/Engineering/_workitems/edit/433832 Co-authored-by: anmeng10101 <33647870+anmeng10101@users.noreply.github.com>
Diffstat (limited to 'mdoc/Test/en.expected-cppwinrt2')
-rw-r--r--mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Color.xml2
-rw-r--r--mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+Direction.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Color.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Color.xml
index 75a454f5..1a97fd03 100644
--- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Color.xml
+++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Color.xml
@@ -1,7 +1,7 @@
<Type Name="Color" FullName="Mono.DocTest.Color">
<TypeSignature Language="C#" Value="public enum Color" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Color extends System.Enum" />
- <TypeSignature Language="C++ WINRT" Value="enum Color" />
+ <TypeSignature Language="C++ WINRT" Value="enum class Color" />
<AssemblyInfo>
<AssemblyName>DocTest</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+Direction.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+Direction.xml
index f12f0158..384ed207 100644
--- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+Direction.xml
+++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+Direction.xml
@@ -1,7 +1,7 @@
<Type Name="Widget+Direction" FullName="Mono.DocTest.Widget+Direction">
<TypeSignature Language="C#" Value="protected internal enum Widget.Direction" />
<TypeSignature Language="ILAsm" Value=".class nested protected auto ansi sealed Widget/Direction extends System.Enum" />
- <TypeSignature Language="C++ WINRT" Value="enum Widget::Direction" />
+ <TypeSignature Language="C++ WINRT" Value="enum class Widget::Direction" />
<AssemblyInfo>
<AssemblyName>DocTest</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>