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:
authorMichael Jin <v-michaeljin@microsoft.com>2021-04-30 22:29:30 +0300
committerGitHub <noreply@github.com>2021-04-30 22:29:30 +0300
commit90a605568aa8005236b5034ef5bcbdd0245ee340 (patch)
tree6f988edb57dfd74656ce9b7420b448abe7630724 /mdoc/Test/en.expected-cppwinrt2
parent511dafa67f2ba31119c313aa28ce6c01d40d13af (diff)
[mdoc] C++/WinRT: syntax block shouldn't show "abstract" (#554)
Diffstat (limited to 'mdoc/Test/en.expected-cppwinrt2')
-rw-r--r--mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml
index e8452484..da00e18f 100644
--- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml
+++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml
@@ -1,7 +1,7 @@
<Type Name="Extensions" FullName="Mono.DocTest.Generic.Extensions">
<TypeSignature Language="C#" Value="public static class Extensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit Extensions extends System.Object" />
- <TypeSignature Language="C++ WINRT" Value="class Extensions abstract final" />
+ <TypeSignature Language="C++ WINRT" Value="class Extensions final" />
<AssemblyInfo>
<AssemblyName>DocTest</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>