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-07-06 16:21:40 +0300
committerGitHub <noreply@github.com>2018-07-06 16:21:40 +0300
commit8a6157b8c32695c1b27c09552f98b950fcb98abe (patch)
tree3497f5d0840de3957d9e93b873c0a1fbc0ecf143 /mdoc/Test/en.expected
parent59459f1de8394c8110c2fddbeb8d65f8741a8122 (diff)
parent2f8b7efc5d155add12eaf4e800795a89d5bc778e (diff)
Merge branch 'master' into mdoc_fix_EII
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>