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
parent511dafa67f2ba31119c313aa28ce6c01d40d13af (diff)
[mdoc] C++/WinRT: syntax block shouldn't show "abstract" (#554)
Diffstat (limited to 'mdoc/Test/en.expected')
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
index 98746f90..2663c3a5 100644
--- a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml
@@ -6,7 +6,7 @@
<TypeSignature Language="F#" Value="type Extensions = class" />
<TypeSignature Language="C++ CLI" Value="public ref class Extensions abstract sealed" />
<TypeSignature Language="C++ CX" Value="public ref class Extensions abstract sealed" />
- <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>