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/msxdoc-expected.importslashdoc.xml
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/msxdoc-expected.importslashdoc.xml')
-rw-r--r--mdoc/Test/msxdoc-expected.importslashdoc.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/mdoc/Test/msxdoc-expected.importslashdoc.xml b/mdoc/Test/msxdoc-expected.importslashdoc.xml
index 0be7d5d7..631fc796 100644
--- a/mdoc/Test/msxdoc-expected.importslashdoc.xml
+++ b/mdoc/Test/msxdoc-expected.importslashdoc.xml
@@ -225,7 +225,7 @@ class Example {
<summary>To be added.</summary>
<remarks>
<c>E:Mono.DocTest.Widget.AnotherEvent</c>.</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>
</member>
<member name="F:Mono.DocTest.Widget.array1">
@@ -607,7 +607,7 @@ class Example {
<member name="E:Mono.DocTest.Generic.GenericBase`1.MyEvent">
<summary>To be added.</summary>
<remarks>E:Mono.DocTest.Generic.GenericBase`1.MyEvent</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>
</member>
<member name="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(`0Mono`0.`0DocTest`0.`0Generic`0.`0GenericBase`0{`0U`0})~`0U`0">
@@ -748,10 +748,11 @@ class Example {
<remarks>To be added.</remarks>
</member>
<member name="M:Mono.DocTest.Generic.MyList`2.CopyTo(A[],System.Int32)">
- <param name="array">To be added.</param>
- <param name="arrayIndex">To be added.</param>
+ <param name="array">Where to copy elements to</param>
+ <param name="arrayIndex">Where to start copyingto</param>
<summary>To be added.</summary>
- <remarks>To be added.</remarks>
+ <remarks>
+ <c>M:Mono.DocTest.MyList`2.CopyTo(`0[],System.Int32)</c>.</remarks>
</member>
<member name="P:Mono.DocTest.Generic.MyList`2.Count">
<summary>To be added.</summary>