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:
authorAnn Meng <anmeng@microsoft.com>2020-03-19 09:03:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-03-25 18:59:15 +0300
commit2d107a12b1b3434f2890dbcf5446880f3ac39b8d (patch)
tree9646f3a7617f2cf9682f55a5f37e8b8f13b14167 /mdoc/Test/en.expected-fx-import
parentc9b64b8846e59f0eac83fb742c3f77ce8e92d6c2 (diff)
display "TypeParameter" node for delegate only if generic parameters are declared by itself
Diffstat (limited to 'mdoc/Test/en.expected-fx-import')
-rw-r--r--mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml1
-rw-r--r--mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1+RefDelegate.xml21
-rw-r--r--mdoc/Test/en.expected-fx-import/index.xml1
3 files changed, 23 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
index b9afd865..0c0f7b01 100644
--- a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
+++ b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml
@@ -150,6 +150,7 @@
<Member Id="M:Mono.DocTest.Generic.MyList`1.Helper`2.#ctor" />
<Member Id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(`0,`1,`2)" />
</Type>
+ <Type Name="Mono.DocTest.Generic.MyList`1/RefDelegate" Id="T:Mono.DocTest.Generic.MyList`1.RefDelegate" />
<Type Name="Mono.DocTest.Generic.MyList`2" Id="T:Mono.DocTest.Generic.MyList`2">
<Member Id="M:Mono.DocTest.Generic.MyList`2.#ctor" />
<Member Id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)" />
diff --git a/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1+RefDelegate.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1+RefDelegate.xml
new file mode 100644
index 00000000..a440f9d4
--- /dev/null
+++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1+RefDelegate.xml
@@ -0,0 +1,21 @@
+<Type Name="MyList&lt;T&gt;+RefDelegate" FullName="Mono.DocTest.Generic.MyList&lt;T&gt;+RefDelegate">
+ <TypeSignature Language="C#" Value="public delegate bool MyList&lt;T&gt;.RefDelegate();" />
+ <TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed MyList`1/RefDelegate&lt;T&gt; extends System.MulticastDelegate" />
+ <AssemblyInfo>
+ <AssemblyName>DocTest</AssemblyName>
+ <AssemblyVersion>0.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Delegate</BaseTypeName>
+ </Base>
+ <Parameters />
+ <ReturnValue>
+ <ReturnType>System.Boolean</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>
+ <c>T:Mono.DocTest.MyList`1.RefDelegate</c>.</remarks>
+ </Docs>
+</Type>
diff --git a/mdoc/Test/en.expected-fx-import/index.xml b/mdoc/Test/en.expected-fx-import/index.xml
index 3c247c33..f593eced 100644
--- a/mdoc/Test/en.expected-fx-import/index.xml
+++ b/mdoc/Test/en.expected-fx-import/index.xml
@@ -64,6 +64,7 @@
<Type Name="IFoo`1" DisplayName="IFoo&lt;T&gt;" Kind="Interface" />
<Type Name="MyList`1" DisplayName="MyList&lt;T&gt;" Kind="Class" />
<Type Name="MyList`1+Helper`2" DisplayName="MyList&lt;T&gt;+Helper&lt;U,V&gt;" Kind="Class" />
+ <Type Name="MyList`1+RefDelegate" DisplayName="MyList&lt;T&gt;+RefDelegate" Kind="Delegate" />
<Type Name="MyList`2" DisplayName="MyList&lt;A,B&gt;" Kind="Class" />
</Namespace>
<Namespace Name="MyFramework.MyNamespace">