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:
authorJonathan Pryor <jpryor@novell.com>2009-06-23 22:34:00 +0400
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:28:46 +0300
commit6d8f835a629f4246045cf1c30241c51ff781a741 (patch)
treec0c70eb51fecff4201f30b6e3e1c5bc63ae71abc /mdoc/Test/DocTest-v1.cs
parentbc7a1cdc791418fdda7b96e13add1478e0a527b2 (diff)
* Mono.Documentation/monodocer.cs: Don't generate an exception when an
enumeration contains multiple names with the same value. Fixes #515030. * Test/DocTest-v1.cs: Add test for #515030. * Test/en.expected/Mono.DocTest/Color.xml, Test/en.expected.since/Mono.DocTest/Color.xml, Test/html.expected/Mono.DocTest/Color.html, Test/msxdoc-expected.importslashdoc.xml, Test/en.expected.importslashdoc/Mono.DocTest/Color.xml: Flush. svn path=/trunk/mcs/; revision=136730
Diffstat (limited to 'mdoc/Test/DocTest-v1.cs')
-rw-r--r--mdoc/Test/DocTest-v1.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc/Test/DocTest-v1.cs b/mdoc/Test/DocTest-v1.cs
index 173ace78..79763155 100644
--- a/mdoc/Test/DocTest-v1.cs
+++ b/mdoc/Test/DocTest-v1.cs
@@ -110,7 +110,9 @@ namespace Mono.DocTest {
Blue,
/// <summary>Insert Green summary here</summary>
/// <remarks><c>F:Mono.DocTest.Color.Green</c>.</remarks>
- Green
+ Green,
+
+ AnotherGreen = Green,
}
/// <summary>Process interface</summary>