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>2018-10-10 21:45:22 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-10-10 21:57:45 +0300
commit5d1f8a2044f0fd15946ceb05f1a5d850e83822b7 (patch)
treeaa30df9d18a9a758673dd5953392de94bd16209b /mdoc/Test/en.expected
parente2cff76aa6c9ab74d606dc4ad5327b306b2e5807 (diff)
all interfaces are now listed.
Closes #334
Diffstat (limited to 'mdoc/Test/en.expected')
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml3
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml12
2 files changed, 15 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml
index f82684a7..da3ac385 100644
--- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml
@@ -28,6 +28,9 @@
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable&lt;System.Int32[]&gt;</InterfaceName>
</Interface>
+ <Interface>
+ <InterfaceName>System.Collections.IEnumerable</InterfaceName>
+ </Interface>
</Interfaces>
<Docs>
<typeparam name="T">To be added.</typeparam>
diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml
index 4649a26f..49a96556 100644
--- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml
@@ -41,8 +41,20 @@
<InterfaceName>System.Collections.Generic.IEnumerable&lt;A&gt;</InterfaceName>
</Interface>
<Interface>
+ <InterfaceName>System.Collections.Generic.IEnumerable&lt;T&gt;</InterfaceName>
+ </Interface>
+ <Interface>
<InterfaceName>System.Collections.Generic.IEnumerator&lt;A&gt;</InterfaceName>
</Interface>
+ <Interface>
+ <InterfaceName>System.Collections.IEnumerable</InterfaceName>
+ </Interface>
+ <Interface>
+ <InterfaceName>System.Collections.IEnumerator</InterfaceName>
+ </Interface>
+ <Interface>
+ <InterfaceName>System.IDisposable</InterfaceName>
+ </Interface>
</Interfaces>
<Docs>
<typeparam name="A">To be added.</typeparam>