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>2017-11-01 15:17:31 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-11-02 16:40:52 +0300
commit19f269ec5ce2d5daeb23c5a526808a4663775962 (patch)
treea4c1bb4c93048b5fb9c7746b57631578977a2a98 /mdoc/Test/en.expected-fx-import
parent143c1391742af76626b338756c524faaf72f037f (diff)
mdoc: Reflected enums don't get their numeric value in the XML
Removed line from method `GetFieldConstValue` that forbade obtaining the value for `enum` Edited integration tests Closes #28
Diffstat (limited to 'mdoc/Test/en.expected-fx-import')
-rw-r--r--mdoc/Test/en.expected-fx-import/Mono.DocTest/Color.xml4
-rw-r--r--mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget+Direction.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-fx-import/Mono.DocTest/Color.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Color.xml
index 02ceb7bb..f8067ee4 100644
--- a/mdoc/Test/en.expected-fx-import/Mono.DocTest/Color.xml
+++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Color.xml
@@ -27,6 +27,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Color</ReturnType>
</ReturnValue>
+ <MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
@@ -42,6 +43,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Color</ReturnType>
</ReturnValue>
+ <MemberValue>1</MemberValue>
<Docs>
<summary>Insert Blue summary here</summary>
<remarks>
@@ -59,6 +61,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Color</ReturnType>
</ReturnValue>
+ <MemberValue>2</MemberValue>
<Docs>
<summary>Insert Green summary here</summary>
<remarks>
@@ -76,6 +79,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Color</ReturnType>
</ReturnValue>
+ <MemberValue>0</MemberValue>
<Docs>
<summary>Insert Red summary here</summary>
<remarks>
diff --git a/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget+Direction.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget+Direction.xml
index 0d833aaf..d770ae41 100644
--- a/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget+Direction.xml
+++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest/Widget+Direction.xml
@@ -30,6 +30,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
</ReturnValue>
+ <MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
@@ -47,6 +48,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
</ReturnValue>
+ <MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
@@ -64,6 +66,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
</ReturnValue>
+ <MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>
@@ -81,6 +84,7 @@
<ReturnValue>
<ReturnType>Mono.DocTest.Widget+Direction</ReturnType>
</ReturnValue>
+ <MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<remarks>