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-fx-import
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-fx-import')
-rw-r--r--mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1.xml4
-rw-r--r--mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget.xml4
-rw-r--r--mdoc/Test/en.expected-fx-import/System/Array.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1.xml
index 91f2c5ba..000f3c33 100644
--- a/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1.xml
+++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/MyList`1.xml
@@ -136,8 +136,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-fx-import/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget.xml
index 5e2a2c89..b14b707a 100644
--- a/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget.xml
+++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget.xml
@@ -537,14 +537,14 @@
</Attribute>
</Attributes>
</Parameter>
- <Parameter Name="f" Type="System.Single&amp;" RefType="out">
+ <Parameter Name="f" Type="System.Single" RefType="out">
<Attributes>
<Attribute FrameworkAlternate="one">
<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 FrameworkAlternate="one">
<AttributeName>Mono.DocTest.Doc("v")</AttributeName>
diff --git a/mdoc/Test/en.expected-fx-import/System/Array.xml b/mdoc/Test/en.expected-fx-import/System/Array.xml
index ab04cd84..04f0746e 100644
--- a/mdoc/Test/en.expected-fx-import/System/Array.xml
+++ b/mdoc/Test/en.expected-fx-import/System/Array.xml
@@ -97,7 +97,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>