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:
authorJoel Martinez <joelmartinez@gmail.com>2019-05-21 08:32:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-09-03 18:32:24 +0300
commitad28e0f04698d0d34e1d19f37a8c2f268d5c7e77 (patch)
treee3f5ea2c75c59cde1b17c17d0f75374f5a7198c2 /mdoc/Test/en.expected-frameworkalternate-aligned
parentebae5cd4567a4ee25f55edf721819ba8a98d2b08 (diff)
Improved member sig update again.
Now is more discerning on when a member is on the first or last framework. Related to #346
Diffstat (limited to 'mdoc/Test/en.expected-frameworkalternate-aligned')
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
index e19bb1ec..990e8b9e 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
@@ -37,8 +37,8 @@
</Docs>
</Member>
<Member MemberName="Meth">
- <MemberSignature Language="C#" Value="public void Meth (int a, string b, int c);" FrameworkAlternate="One;Three;Two" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Meth(int32 a, string b, int32 c) cil managed" FrameworkAlternate="One;Three;Two" />
+ <MemberSignature Language="C#" Value="public void Meth (int a, string b, int c);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void Meth(int32 a, string b, int32 c) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>DocTest-frameworkalternate-one</AssemblyName>