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-11-18 18:49:48 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:29:27 +0300
commite843ca5d4fb7d344d9de464e60a387f56fca5090 (patch)
tree6b98a7fe41e998dc14b678ef3285babbfdef2818 /mdoc/Test/msxdoc-expected.importslashdoc.xml
parent86031b1b880bd6723d869f51473b3cf26cf2cb8d (diff)
[mdoc export-html] Fixup href generation for nested generics.
In certain situations, the type-parameter counting code doesn't skip tokens properly. In some circumstances, this results in invalid links (e.g. refing KeyValuePair`1, not KeyValuePair`2), in others it results in an XSLT error with "!WTF 2". The problem was we weren't properly checking for nested types.
Diffstat (limited to 'mdoc/Test/msxdoc-expected.importslashdoc.xml')
-rw-r--r--mdoc/Test/msxdoc-expected.importslashdoc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdoc/Test/msxdoc-expected.importslashdoc.xml b/mdoc/Test/msxdoc-expected.importslashdoc.xml
index c15a9545..ce4da95f 100644
--- a/mdoc/Test/msxdoc-expected.importslashdoc.xml
+++ b/mdoc/Test/msxdoc-expected.importslashdoc.xml
@@ -604,6 +604,12 @@ class Example {
<c>F:Mono.DocTest.GenericBase`1.ConstField1</c>
</remarks>
</member>
+ <member name="E:Mono.DocTest.Generic.GenericBase`1.ItemChanged">
+ <summary>To be added.</summary>
+ <remarks>E:Mono.DocTest.Generic.GenericBase`1.ItemChanged</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)" />, <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="E:Mono.DocTest.Generic.GenericBase`1.MyEvent">
<summary>To be added.</summary>
<remarks>E:Mono.DocTest.Generic.GenericBase`1.MyEvent</remarks>