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>2019-01-16 02:28:37 +0300
committerJoel Martinez <joelmartinez@gmail.com>2019-01-16 18:52:50 +0300
commit5563dd448bee59ed194b7981b0d1c5c4daa25e68 (patch)
tree55f683a423df636e6003bd4a42854cd3cf69ea15 /mdoc/Test/en.expected-frameworkalternate-aligned
parentafe2ff7c034a1e6ae193c9c4fa33da94f56a4149 (diff)
#291: parameter indexing is now more aware of mixed frameworks.
Not every framework will have every type
Diffstat (limited to 'mdoc/Test/en.expected-frameworkalternate-aligned')
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
index b7e6ee6d..e19bb1ec 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
@@ -57,9 +57,9 @@
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
- <Parameter Name="a" Type="System.Int32" Index="0" />
- <Parameter Name="b" Type="System.String" Index="1" FrameworkAlternate="One;Three;Two" />
- <Parameter Name="c" Type="System.Int32" Index="2" />
+ <Parameter Name="a" Type="System.Int32" />
+ <Parameter Name="b" Type="System.String" />
+ <Parameter Name="c" Type="System.Int32" />
</Parameters>
<Docs>
<param name="a">To be added.</param>