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 <jonpryor@vt.edu>2010-08-24 16:50:35 +0400
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:28:58 +0300
commite5563f2cee8967b9d416d031065e9ee5ae5fa7c3 (patch)
tree4f022b32515a8e9f6d6acc44dc1be2bd283d4390 /mdoc/Test/en.expected.since
parent5582482060b37d45580d521f3a99cccca972afe9 (diff)
Flush expected output for mdoc unit tests.
No mdoc changes, but since 'mdoc update --exceptions=all' scans across assemblies, and since System.Delegate.Combine() now throws additional exceptions (according to our IL scanning algorithm), the expected output differs, leading to false negatives about regressions. Furthermore, 'gmcs /doc' has been fixed (it used to cause a compilation error) and improved, so more XML documentation is now imported because gmcs is generating the correct XML documentation crefs. (Go gmcs, go!)
Diffstat (limited to 'mdoc/Test/en.expected.since')
-rw-r--r--mdoc/Test/en.expected.since/Mono.DocTest.Generic/GenericBase`1.xml2
-rw-r--r--mdoc/Test/en.expected.since/Mono.DocTest/Widget.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mdoc/Test/en.expected.since/Mono.DocTest.Generic/GenericBase`1.xml b/mdoc/Test/en.expected.since/Mono.DocTest.Generic/GenericBase`1.xml
index ec7e8f46..78102133 100644
--- a/mdoc/Test/en.expected.since/Mono.DocTest.Generic/GenericBase`1.xml
+++ b/mdoc/Test/en.expected.since/Mono.DocTest.Generic/GenericBase`1.xml
@@ -105,7 +105,7 @@
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
- <exception cref="T:System.ArgumentException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
+ <exception cref="T:System.ArgumentException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" /></exception>
<exception cref="T:System.MulticastNotSupportedException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
</Docs>
</Member>
diff --git a/mdoc/Test/en.expected.since/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected.since/Mono.DocTest/Widget.xml
index dcddabdc..ac90301b 100644
--- a/mdoc/Test/en.expected.since/Mono.DocTest/Widget.xml
+++ b/mdoc/Test/en.expected.since/Mono.DocTest/Widget.xml
@@ -102,7 +102,7 @@
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
- <exception cref="T:System.ArgumentException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
+ <exception cref="T:System.ArgumentException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" />, <see cref="M:System.Delegate.Remove(System.Delegate,System.Delegate)" /></exception>
<exception cref="T:System.MulticastNotSupportedException">To be added; from: <see cref="M:System.Delegate.Combine(System.Delegate,System.Delegate)" />, <see cref="M:System.Delegate.CombineImpl(System.Delegate)" /></exception>
</Docs>
</Member>