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
path: root/mdoc/Test
diff options
context:
space:
mode:
authoranmeng10101 <33647870+anmeng10101@users.noreply.github.com>2021-04-02 16:19:26 +0300
committerGitHub <noreply@github.com>2021-04-02 16:19:26 +0300
commit24ba59fcca3d1acacdb0f71acbdf401d5ce3fb96 (patch)
treecf6fdb02ef41b32b8fa271278a1e67cf15e5f0c0 /mdoc/Test
parent5f850662b2c0b81f3e21680e8039100179a02169 (diff)
parent35c9e2ba3d6b3ae2824a673c0235d275686861fd (diff)
Merge pull request #544 from mono/develop
🚢 5.8.2
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate1.xml2
-rw-r--r--mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate9.xml2
-rw-r--r--mdoc/Test/en.expected-fsharp-wsl/PatternMatching/PatternMatchingExamples.xml2
-rw-r--r--mdoc/Test/en.expected-fsharp/AbstractClasses+Shape2D.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate1.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate10.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate11.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate13.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate2.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate4.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate5.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate6.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate7.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate8.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Delegates+Delegate9.xml6
-rw-r--r--mdoc/Test/en.expected-fsharp/Interfaces+Interface0.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Interfaces+Interface1.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/Interfaces+Interface3.xml10
-rw-r--r--mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples.xml2
-rw-r--r--mdoc/Test/en.expected-fsharp/SomeNamespace/SomeModule+IVector.xml10
22 files changed, 76 insertions, 76 deletions
diff --git a/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate1.xml b/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate1.xml
index 35c80296..b9a1134c 100644
--- a/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate1.xml
+++ b/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate1.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate1" FullName="Delegates+Delegate1">
- <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate1((int,int) );" />
+ <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate1(Tuple&lt;int,int&gt; );" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate1 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate1 = delegate of (int * int) -&gt; int" />
<AssemblyInfo>
diff --git a/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate9.xml b/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate9.xml
index 877a09ed..7da4ac51 100644
--- a/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate9.xml
+++ b/mdoc/Test/en.expected-fsharp-wsl/Delegates+Delegate9.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate9" FullName="Delegates+Delegate9">
- <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate9((int,int) );" />
+ <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate9(Tuple&lt;int,int&gt; );" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate9 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate9 = delegate of (int * int) -&gt; char" />
<AssemblyInfo>
diff --git a/mdoc/Test/en.expected-fsharp-wsl/PatternMatching/PatternMatchingExamples.xml b/mdoc/Test/en.expected-fsharp-wsl/PatternMatching/PatternMatchingExamples.xml
index 9a9db62e..6894bbba 100644
--- a/mdoc/Test/en.expected-fsharp-wsl/PatternMatching/PatternMatchingExamples.xml
+++ b/mdoc/Test/en.expected-fsharp-wsl/PatternMatching/PatternMatchingExamples.xml
@@ -588,7 +588,7 @@
</Docs>
</Member>
<Member MemberName="tuple1">
- <MemberSignature Language="C#" Value="public static (int,int) tuple1 { get; }" />
+ <MemberSignature Language="C#" Value="public static Tuple&lt;int,int&gt; tuple1 { get; }" />
<MemberSignature Language="ILAsm" Value=".property class System.Tuple`2&lt;int32, int32&gt; tuple1" />
<MemberSignature Language="F#" Value="PatternMatching.PatternMatchingExamples.tuple1 : int * int" Usage="PatternMatching.PatternMatchingExamples.tuple1" />
<MemberType>Property</MemberType>
diff --git a/mdoc/Test/en.expected-fsharp/AbstractClasses+Shape2D.xml b/mdoc/Test/en.expected-fsharp/AbstractClasses+Shape2D.xml
index fa5f3eee..fc640bb7 100644
--- a/mdoc/Test/en.expected-fsharp/AbstractClasses+Shape2D.xml
+++ b/mdoc/Test/en.expected-fsharp/AbstractClasses+Shape2D.xml
@@ -131,9 +131,9 @@
</Docs>
</Member>
<Member MemberName="Rotate2">
- <MemberSignature Language="C#" Value="public abstract void Rotate2 (double );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Rotate2(float64 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Rotate2 : double -&gt; unit" Usage="shape2D.Rotate2 " />
+ <MemberSignature Language="C#" Value="public abstract void Rotate2 (double unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Rotate2(float64 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Rotate2 : double -&gt; unit" Usage="shape2D.Rotate2 unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -142,10 +142,10 @@
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Double" />
+ <Parameter Name="unnamedParam1" Type="System.Double" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate1.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate1.xml
index 35c80296..5024229d 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate1.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate1.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate1" FullName="Delegates+Delegate1">
- <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate1((int,int) );" />
+ <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate1(Tuple&lt;int,int&gt; unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate1 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate1 = delegate of (int * int) -&gt; int" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Tuple&lt;System.Int32,System.Int32&gt;" />
+ <Parameter Name="unnamedParam1" Type="System.Tuple&lt;System.Int32,System.Int32&gt;" />
</Parameters>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate10.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate10.xml
index 588b0bb0..3bfae723 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate10.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate10.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate10" FullName="Delegates+Delegate10">
- <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate10(int , int );" />
+ <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate10(int unnamedParam1, int unnamedParam2);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate10 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate10 = delegate of int * int -&gt; char" />
<AssemblyInfo>
@@ -20,15 +20,15 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
+ <Parameter Name="unnamedParam2" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Char</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
+ <param name="unnamedParam2">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate11.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate11.xml
index 634e0384..e7c9088b 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate11.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate11.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate11" FullName="Delegates+Delegate11">
- <TypeSignature Language="C#" Value="public delegate void Delegates.Delegate11(char );" />
+ <TypeSignature Language="C#" Value="public delegate void Delegates.Delegate11(char unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate11 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate11 = delegate of char -&gt; unit" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Char" />
+ <Parameter Name="unnamedParam1" Type="System.Char" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate13.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate13.xml
index 32171f31..840c239c 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate13.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate13.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate13" FullName="Delegates+Delegate13">
- <TypeSignature Language="C#" Value="public delegate double Delegates.Delegate13(FSharpFunc&lt;int,FSharpFunc&lt;char,FSharpFunc&lt;string,decimal&gt;&gt;&gt; );" />
+ <TypeSignature Language="C#" Value="public delegate double Delegates.Delegate13(FSharpFunc&lt;int,FSharpFunc&lt;char,FSharpFunc&lt;string,decimal&gt;&gt;&gt; unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate13 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate13 = delegate of (int -&gt; char -&gt; string -&gt; decimal) -&gt; double" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,Microsoft.FSharp.Core.FSharpFunc&lt;System.Char,Microsoft.FSharp.Core.FSharpFunc&lt;System.String,System.Decimal&gt;&gt;&gt;" />
+ <Parameter Name="unnamedParam1" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,Microsoft.FSharp.Core.FSharpFunc&lt;System.Char,Microsoft.FSharp.Core.FSharpFunc&lt;System.String,System.Decimal&gt;&gt;&gt;" />
</Parameters>
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate2.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate2.xml
index 294962fe..97bb177b 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate2.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate2.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate2" FullName="Delegates+Delegate2">
- <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate2(int , int );" />
+ <TypeSignature Language="C#" Value="public delegate int Delegates.Delegate2(int unnamedParam1, int unnamedParam2);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate2 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate2 = delegate of int * int -&gt; int" />
<AssemblyInfo>
@@ -20,15 +20,15 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
+ <Parameter Name="unnamedParam2" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
+ <param name="unnamedParam2">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml
index 7277a35d..6ab632ce 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate3" FullName="Delegates+Delegate3">
- <TypeSignature Language="C#" Value="public delegate string Delegates.Delegate3(int , char );" />
+ <TypeSignature Language="C#" Value="public delegate string Delegates.Delegate3(int unnamedParam1, char unnamedParam2);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate3 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate3 = delegate of int * char -&gt; string" />
<AssemblyInfo>
@@ -20,15 +20,15 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
- <Parameter Name="" Type="System.Char" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
+ <Parameter Name="unnamedParam2" Type="System.Char" />
</Parameters>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
+ <param name="unnamedParam2">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate4.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate4.xml
index 969f28ba..add42ee2 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate4.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate4.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate4" FullName="Delegates+Delegate4">
- <TypeSignature Language="C#" Value="public delegate Microsoft.FSharp.Core.FSharpFunc&lt;int,char&gt; Delegates.Delegate4(int );" />
+ <TypeSignature Language="C#" Value="public delegate Microsoft.FSharp.Core.FSharpFunc&lt;int,char&gt; Delegates.Delegate4(int unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate4 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate4 = delegate of int -&gt; (int -&gt; char)" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,System.Char&gt;</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate5.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate5.xml
index b72d9777..29384c34 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate5.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate5.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate5" FullName="Delegates+Delegate5">
- <TypeSignature Language="C#" Value="public delegate Microsoft.FSharp.Core.FSharpFunc&lt;int,Microsoft.FSharp.Core.FSharpFunc&lt;char,string&gt;&gt; Delegates.Delegate5(int );" />
+ <TypeSignature Language="C#" Value="public delegate Microsoft.FSharp.Core.FSharpFunc&lt;int,Microsoft.FSharp.Core.FSharpFunc&lt;char,string&gt;&gt; Delegates.Delegate5(int unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate5 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate5 = delegate of int -&gt; (int -&gt; char -&gt; string)" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,Microsoft.FSharp.Core.FSharpFunc&lt;System.Char,System.String&gt;&gt;</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate6.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate6.xml
index 241f52d3..33cc504c 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate6.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate6.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate6" FullName="Delegates+Delegate6">
- <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate6(FSharpFunc&lt;int,double&gt; );" />
+ <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate6(FSharpFunc&lt;int,double&gt; unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate6 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate6 = delegate of (int -&gt; double) -&gt; char" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,System.Double&gt;" />
+ <Parameter Name="unnamedParam1" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,System.Double&gt;" />
</Parameters>
<ReturnValue>
<ReturnType>System.Char</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate7.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate7.xml
index 5f88bcf9..fb40e142 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate7.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate7.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate7" FullName="Delegates+Delegate7">
- <TypeSignature Language="C#" Value="public delegate double Delegates.Delegate7(FSharpFunc&lt;int,FSharpFunc&lt;char,string&gt;&gt; );" />
+ <TypeSignature Language="C#" Value="public delegate double Delegates.Delegate7(FSharpFunc&lt;int,FSharpFunc&lt;char,string&gt;&gt; unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate7 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate7 = delegate of (int -&gt; char -&gt; string) -&gt; double" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,Microsoft.FSharp.Core.FSharpFunc&lt;System.Char,System.String&gt;&gt;" />
+ <Parameter Name="unnamedParam1" Type="Microsoft.FSharp.Core.FSharpFunc&lt;System.Int32,Microsoft.FSharp.Core.FSharpFunc&lt;System.Char,System.String&gt;&gt;" />
</Parameters>
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate8.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate8.xml
index 1f3713a9..158bccc6 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate8.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate8.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate8" FullName="Delegates+Delegate8">
- <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate8(int );" />
+ <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate8(int unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate8 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate8 = delegate of int -&gt; char" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Char</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Delegates+Delegate9.xml b/mdoc/Test/en.expected-fsharp/Delegates+Delegate9.xml
index 877a09ed..48b52f5e 100644
--- a/mdoc/Test/en.expected-fsharp/Delegates+Delegate9.xml
+++ b/mdoc/Test/en.expected-fsharp/Delegates+Delegate9.xml
@@ -1,5 +1,5 @@
<Type Name="Delegates+Delegate9" FullName="Delegates+Delegate9">
- <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate9((int,int) );" />
+ <TypeSignature Language="C#" Value="public delegate char Delegates.Delegate9(Tuple&lt;int,int&gt; unnamedParam1);" />
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate9 extends System.MulticastDelegate" />
<TypeSignature Language="F#" Value="type Delegates.Delegate9 = delegate of (int * int) -&gt; char" />
<AssemblyInfo>
@@ -20,13 +20,13 @@
</Attribute>
</Attributes>
<Parameters>
- <Parameter Name="" Type="System.Tuple&lt;System.Int32,System.Int32&gt;" />
+ <Parameter Name="unnamedParam1" Type="System.Tuple&lt;System.Int32,System.Int32&gt;" />
</Parameters>
<ReturnValue>
<ReturnType>System.Char</ReturnType>
</ReturnValue>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Interfaces+Interface0.xml b/mdoc/Test/en.expected-fsharp/Interfaces+Interface0.xml
index cb47a026..63dcede2 100644
--- a/mdoc/Test/en.expected-fsharp/Interfaces+Interface0.xml
+++ b/mdoc/Test/en.expected-fsharp/Interfaces+Interface0.xml
@@ -23,9 +23,9 @@
</Docs>
<Members>
<Member MemberName="Method1">
- <MemberSignature Language="C#" Value="public int Method1 (int );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method1(int32 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Method1 : int -&gt; int" Usage="interface0.Method1 " />
+ <MemberSignature Language="C#" Value="public int Method1 (int unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method1(int32 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Method1 : int -&gt; int" Usage="interface0.Method1 unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -34,10 +34,10 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Interfaces+Interface1.xml b/mdoc/Test/en.expected-fsharp/Interfaces+Interface1.xml
index 9ed7d805..4d946f12 100644
--- a/mdoc/Test/en.expected-fsharp/Interfaces+Interface1.xml
+++ b/mdoc/Test/en.expected-fsharp/Interfaces+Interface1.xml
@@ -23,9 +23,9 @@
</Docs>
<Members>
<Member MemberName="Method1">
- <MemberSignature Language="C#" Value="public int Method1 (int );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method1(int32 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Method1 : int -&gt; int" Usage="interface1.Method1 " />
+ <MemberSignature Language="C#" Value="public int Method1 (int unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method1(int32 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Method1 : int -&gt; int" Usage="interface1.Method1 unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -34,10 +34,10 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml b/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml
index 06023a4f..73c7d650 100644
--- a/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml
+++ b/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml
@@ -23,9 +23,9 @@
</Docs>
<Members>
<Member MemberName="Method2">
- <MemberSignature Language="C#" Value="public int Method2 (int );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method2(int32 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Method2 : int -&gt; int" Usage="interface2.Method2 " />
+ <MemberSignature Language="C#" Value="public int Method2 (int unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method2(int32 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Method2 : int -&gt; int" Usage="interface2.Method2 unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -34,10 +34,10 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/Interfaces+Interface3.xml b/mdoc/Test/en.expected-fsharp/Interfaces+Interface3.xml
index 405b4458..079c290a 100644
--- a/mdoc/Test/en.expected-fsharp/Interfaces+Interface3.xml
+++ b/mdoc/Test/en.expected-fsharp/Interfaces+Interface3.xml
@@ -30,9 +30,9 @@
</Docs>
<Members>
<Member MemberName="Method3">
- <MemberSignature Language="C#" Value="public int Method3 (int );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method3(int32 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Method3 : int -&gt; int" Usage="interface3.Method3 " />
+ <MemberSignature Language="C#" Value="public int Method3 (int unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method3(int32 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Method3 : int -&gt; int" Usage="interface3.Method3 unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -41,10 +41,10 @@
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Int32" />
+ <Parameter Name="unnamedParam1" Type="System.Int32" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples.xml
index 9a9db62e..6894bbba 100644
--- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples.xml
+++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples.xml
@@ -588,7 +588,7 @@
</Docs>
</Member>
<Member MemberName="tuple1">
- <MemberSignature Language="C#" Value="public static (int,int) tuple1 { get; }" />
+ <MemberSignature Language="C#" Value="public static Tuple&lt;int,int&gt; tuple1 { get; }" />
<MemberSignature Language="ILAsm" Value=".property class System.Tuple`2&lt;int32, int32&gt; tuple1" />
<MemberSignature Language="F#" Value="PatternMatching.PatternMatchingExamples.tuple1 : int * int" Usage="PatternMatching.PatternMatchingExamples.tuple1" />
<MemberType>Property</MemberType>
diff --git a/mdoc/Test/en.expected-fsharp/SomeNamespace/SomeModule+IVector.xml b/mdoc/Test/en.expected-fsharp/SomeNamespace/SomeModule+IVector.xml
index 24013a92..bac8e490 100644
--- a/mdoc/Test/en.expected-fsharp/SomeNamespace/SomeModule+IVector.xml
+++ b/mdoc/Test/en.expected-fsharp/SomeNamespace/SomeModule+IVector.xml
@@ -23,9 +23,9 @@
</Docs>
<Members>
<Member MemberName="Scale">
- <MemberSignature Language="C#" Value="public SomeNamespace.SomeModule.IVector Scale (double );" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class SomeNamespace.SomeModule/IVector Scale(float64 ) cil managed" />
- <MemberSignature Language="F#" Value="abstract member Scale : double -&gt; SomeNamespace.SomeModule.IVector" Usage="iVector.Scale " />
+ <MemberSignature Language="C#" Value="public SomeNamespace.SomeModule.IVector Scale (double unnamedParam1);" />
+ <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class SomeNamespace.SomeModule/IVector Scale(float64 unnamedParam1) cil managed" />
+ <MemberSignature Language="F#" Value="abstract member Scale : double -&gt; SomeNamespace.SomeModule.IVector" Usage="iVector.Scale unnamedParam1" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -34,10 +34,10 @@
<ReturnType>SomeNamespace.SomeModule+IVector</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="" Type="System.Double" />
+ <Parameter Name="unnamedParam1" Type="System.Double" />
</Parameters>
<Docs>
- <param name="">To be added.</param>
+ <param name="unnamedParam1">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>