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-08-01 06:20:01 +0400
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:28:46 +0300
commit712323929320fcce763b825766adfb8aa4072f42 (patch)
tree6ef88b8e661fed09070b0caf6d71aede4f7982dd /mdoc/Test/html.expected
parent6d8f835a629f4246045cf1c30241c51ff781a741 (diff)
* Mono.Documentation/monodocer.cs: Record attributes that are placed
on property get/set and event add/remove accessors. * Test/DocTest-v1.cs: Add attributes to some accessors. * Test/en.expected.importslashdoc/Mono.DocTest/Widget.xml, Test/en.expected.since/Mono.DocTest/Widget.xml, Test/en.expected/Mono.DocTest/Widget.xml, Test/html.expected/Mono.DocTest/Widget.html, Test/msxdoc-expected.importslashdoc.xml: Flush. svn path=/trunk/mcs/; revision=139227
Diffstat (limited to 'mdoc/Test/html.expected')
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget.html36
1 files changed, 4 insertions, 32 deletions
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget.html b/mdoc/Test/html.expected/Mono.DocTest/Widget.html
index e084430a..78c85fbf 100644
--- a/mdoc/Test/html.expected/Mono.DocTest/Widget.html
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget.html
@@ -900,35 +900,7 @@
<p class="Summary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</p>
- <div class="Signature">public event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnEvent</b> </div>
- <h4 class="Subsection">
- <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnEvent:Exceptions')">
- <span id="E:Mono.DocTest.Widget.AnEvent:Exceptions:toggle">⊟</span> Exceptions</a>
- </h4>
- <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnEvent:Exceptions">
- <table class="TypeDocumentation">
- <tr>
- <th>Type</th>
- <th>Reason</th>
- </tr>
- <tr valign="top">
- <td>
- <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentException">ArgumentException</a>
- </td>
- <td>
- <span class="NotEntered">Documentation for this section has not yet been entered.</span>
- </td>
- </tr>
- <tr valign="top">
- <td>
- <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.MulticastNotSupportedException">MulticastNotSupportedException</a>
- </td>
- <td>
- <span class="NotEntered">Documentation for this section has not yet been entered.</span>
- </td>
- </tr>
- </table>
- </blockquote>
+ <div class="Signature">[Mono.DocTest.Doc("Del event")]<br />[add: Mono.DocTest.Doc("Del add accessor")]<br />[remove: Mono.DocTest.Doc("Del remove accessor")]<br />public event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnEvent</b> </div>
<h4 class="Subsection">
<a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnEvent:Remarks')">
<span id="E:Mono.DocTest.Widget.AnEvent:Remarks:toggle">⊟</span> Remarks</a>
@@ -1094,7 +1066,7 @@
<p class="Summary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</p>
- <div class="Signature">protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> <b>Height</b> { get; }</div>
+ <div class="Signature">[Mono.DocTest.Doc("Height property")]<br />protected <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> <b>Height</b> { get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:Mono.DocTest.Widget.Height:Value')">
<span id="P:Mono.DocTest.Widget.Height:Value:toggle">⊟</span> Value</a>
@@ -1125,7 +1097,7 @@
<div class="Signature">
<p>
<i>This is the default property for this class.</i>
- </p>public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { set; get; }</div>
+ </p>[Mono.DocTest.Doc("Item property")]<br />[set: Mono.DocTest.Doc("Item property set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> this [<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i] { set; get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.Int32):Parameters')">
<span id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters:toggle">⊟</span> Parameters</a>
@@ -1797,7 +1769,7 @@
<p class="Summary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</p>
- <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Width</b> { protected set; get; }</div>
+ <div class="Signature">[Mono.DocTest.Doc("Width property")]<br />[get: Mono.DocTest.Doc("Width get accessor")]<br />[set: Mono.DocTest.Doc("Width set accessor")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>Width</b> { protected set; get; }</div>
<h4 class="Subsection">
<a href="javascript:toggle_display('P:Mono.DocTest.Widget.Width:Value')">
<span id="P:Mono.DocTest.Widget.Width:Value:toggle">⊟</span> Value</a>