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:
authorGRODNO\Anton_Sokolovskii <a.sokolovsky15@gmail.com>2018-06-12 16:20:47 +0300
committerGRODNO\Anton_Sokolovskii <a.sokolovsky15@gmail.com>2018-07-05 11:16:32 +0300
commit31314481ba3640c15420498c712a733f5b7efe61 (patch)
tree5a50688f48a219b4f8058fd7bc5c2651d86e81cc /mdoc/Test/en.expected
parent700b97c845aacc98f5b277695b027f184b24110d (diff)
mdoc: Incorrect signatures generated for return types
Removed namespace when return type is generic Added integration tests Added unit test Add RefType attribute to ReturnType element Closes #230
Diffstat (limited to 'mdoc/Test/en.expected')
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml4
-rw-r--r--mdoc/Test/en.expected/Mono.DocTest/Widget.xml4
-rw-r--r--mdoc/Test/en.expected/System/Array.xml2
3 files changed, 5 insertions, 5 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 9fd5ff61..f82684a7 100644
--- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml
@@ -154,8 +154,8 @@
<TypeParameter Name="U" />
</TypeParameters>
<Parameters>
- <Parameter Name="t" Type="T&amp;" RefType="ref" />
- <Parameter Name="u" Type="U&amp;" RefType="ref" />
+ <Parameter Name="t" Type="T" RefType="ref" />
+ <Parameter Name="u" Type="U" RefType="ref" />
</Parameters>
<Docs>
<typeparam name="U">To be added.</typeparam>
diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml
index 70e6f654..ca0616d7 100644
--- a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml
+++ b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml
@@ -964,14 +964,14 @@
</Attribute>
</Attributes>
</Parameter>
- <Parameter Name="f" Type="System.Single&amp;" RefType="out">
+ <Parameter Name="f" Type="System.Single" RefType="out">
<Attributes>
<Attribute>
<AttributeName>Mono.DocTest.Doc("f", NonFlagsEnum=Mono.DocTest.Color.Red)</AttributeName>
</Attribute>
</Attributes>
</Parameter>
- <Parameter Name="v" Type="Mono.DocTest.DocValueType&amp;" RefType="ref">
+ <Parameter Name="v" Type="Mono.DocTest.DocValueType" RefType="ref">
<Attributes>
<Attribute>
<AttributeName>Mono.DocTest.Doc("v")</AttributeName>
diff --git a/mdoc/Test/en.expected/System/Array.xml b/mdoc/Test/en.expected/System/Array.xml
index 6b58016f..ec6d9449 100644
--- a/mdoc/Test/en.expected/System/Array.xml
+++ b/mdoc/Test/en.expected/System/Array.xml
@@ -122,7 +122,7 @@
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
- <Parameter Name="array" Type="T[]&amp;" RefType="ref" />
+ <Parameter Name="array" Type="T[]" RefType="ref" />
<Parameter Name="newSize" Type="System.Int32" />
</Parameters>
<Docs>