Merge pull request #995 from yjoly/master
[mono.git] / mcs / tools / mdoc / Test / html.expected / Mono.DocTest / DocAttribute.html
1 <html>
2   <head>
3     <title>Mono.DocTest.DocAttribute</title>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5     <style>
6       a { text-decoration: none }
7
8       div.SideBar {
9         padding-left: 1em;
10         padding-right: 1em;
11         right: 0;
12         float: right;
13         border: thin solid black;
14         background-color: #f2f2f2;
15       }
16     
17       .CollectionTitle { font-weight: bold }
18       .PageTitle { font-size: 150%; font-weight: bold }
19
20       .Summary { }
21       .Signature { }          
22       .Remarks { }
23       .Members { }
24       .Copyright { }
25       
26       .Section { font-size: 125%; font-weight: bold }
27       p.Summary {
28         margin-left: 1em;
29       }
30       .SectionBox { margin-left: 2em }
31       .NamespaceName { font-size: 105%; font-weight: bold }
32       .NamespaceSumary { }
33       .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
34       .Subsection { font-size: 105%; font-weight: bold }
35       .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
36
37       .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
38       
39       .TypesListing {
40         border-collapse: collapse;
41       }
42
43       td {
44         vertical-align: top;
45       }
46       th {
47         text-align: left;
48       }
49
50       .TypesListing td { 
51         margin: 0px;  
52         padding: .25em;
53         border: solid gray 1px;
54       }
55
56       .TypesListing th { 
57         margin: 0px;  
58         padding: .25em;
59         background-color: #f2f2f2;
60         border: solid gray 1px;
61       }
62
63       div.Footer {
64         border-top: 1px solid gray;
65         margin-top: 1.5em;
66         padding-top: 0.6em;
67         text-align: center;
68         color: gray;
69       }
70
71       span.NotEntered /* Documentation for this section has not yet been entered */ {
72         font-style: italic;
73         color: red;     
74       }
75
76       div.Header {
77         background: #B0C4DE;
78         border: double;
79         border-color: white;
80         border-width: 7px;
81         padding: 0.5em;
82       }
83
84       div.Header * {
85         font-size: smaller;
86       }
87
88       div.Note {
89       }
90
91       i.ParamRef {
92       }
93
94       i.subtitle {
95       }
96
97       ul.TypeMembersIndex {
98         text-align: left;
99         background: #F8F8F8;
100       }
101
102       ul.TypeMembersIndex li {
103         display: inline;
104         margin:  0.5em;
105       }
106
107       table.HeaderTable {
108       }
109
110       table.SignatureTable {
111       }
112
113       table.Documentation, table.Enumeration, table.TypeDocumentation {
114         border-collapse: collapse;
115         width: 100%;
116       }
117
118       table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
119         background: whitesmoke;
120         padding: 0.8em;
121         border: 1px solid gray;
122         text-align: left;
123         vertical-align: bottom;
124       }
125
126       table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
127         padding: 0.5em;
128         border: 1px solid gray;
129         text-align: left;
130         vertical-align: top;
131       }
132
133       table.TypeMembers {
134         border: 1px solid #C0C0C0;
135         width: 100%;
136       }
137
138       table.TypeMembers tr td {
139         background: #F8F8F8;
140         border: white;
141       }
142
143       table.Documentation {
144       }
145
146       table.TypeMembers {
147       }
148
149       div.CodeExample {
150         width: 100%;
151         border: 1px solid #DDDDDD;
152         background-color: #F8F8F8;
153       }
154
155       div.CodeExample p {
156         margin: 0.5em;
157         border-bottom: 1px solid #DDDDDD;
158       }
159
160       div.CodeExample div {
161         margin: 0.5em;
162       }
163
164       h4 {
165         margin-bottom: 0;
166       }
167
168       div.Signature {
169         border: 1px solid #C0C0C0;
170         background: #F2F2F2;
171         padding: 1em;
172       }
173     </style>
174     <script type="text/JavaScript">
175       function toggle_display (block) {
176         var w = document.getElementById (block);
177         var t = document.getElementById (block + ":toggle");
178         if (w.style.display == "none") {
179           w.style.display = "block";
180           t.innerHTML = "⊟";
181         } else {
182           w.style.display = "none";
183           t.innerHTML = "⊞";
184         }
185       }
186     </script>
187   </head>
188   <body>
189     <div class="CollectionTitle">
190       <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
191     <div class="SideBar">
192       <p>
193         <a href="#T:Mono.DocTest.DocAttribute">Overview</a>
194       </p>
195       <p>
196         <a href="#T:Mono.DocTest.DocAttribute:Signature">Signature</a>
197       </p>
198       <p>
199         <a href="#T:Mono.DocTest.DocAttribute:Docs">Remarks</a>
200       </p>
201       <p>
202         <a href="#Members">Members</a>
203       </p>
204       <p>
205         <a href="#T:Mono.DocTest.DocAttribute:Members">Member Details</a>
206       </p>
207     </div>
208     <h1 class="PageTitle" id="T:Mono.DocTest.DocAttribute">DocAttribute  Class</h1>
209     <p class="Summary" id="T:Mono.DocTest.DocAttribute:Summary">
210       <span class="NotEntered">Documentation for this section has not yet been entered.</span>
211     </p>
212     <div>
213       <h2>Syntax</h2>
214       <div class="Signature" id="T:Mono.DocTest.DocAttribute:Signature">[System.AttributeUsage(System.AttributeTargets.All)]<br />public class  <b>DocAttribute</b> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Attribute">Attribute</a></div>
215     </div>
216     <div class="Remarks" id="T:Mono.DocTest.DocAttribute:Docs">
217       <h2 class="Section">Remarks</h2>
218       <div class="SectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Remarks">
219         <p>
220             cref=<tt>T:Mono.DocTest.DocAttribute</tt>.
221             </p>
222         <table width="100%">
223           <tr>
224             <td style="color:red">red</td>
225             <td style="color:blue">blue</td>
226             <td style="color:green">green</td>
227           </tr>
228         </table>
229         <table class="CodeExampleTable">
230           <tr>
231             <td>
232               <b>
233                 <font size="-1">C# Example</font>
234               </b>
235             </td>
236           </tr>
237           <tr>
238             <td>
239               <pre class="code-csharp">[Doc ("documented class")]
240 class Example {
241         [Doc ("documented field")] public string field;
242 }
243 </pre>
244             </td>
245           </tr>
246         </table>
247       </div>
248       <h2 class="Section">Requirements</h2>
249       <div class="SectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Version Information">
250         <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
251       <h2 class="Section" id="Members">Members</h2>
252       <div class="SectionBox" id="_Members">
253         <p>
254                                                                 See Also: Inherited members from
255                                                                 <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Attribute">Attribute</a>.
256                                                         </p>
257         <h2 class="Section">Public Constructors</h2>
258         <div class="SectionBox" id="Public Constructors">
259           <div class="SubsectionBox">
260             <table class="TypeMembers">
261               <tr valign="top">
262                 <td>
263                   <div>
264                   </div>
265                 </td>
266                 <td>
267                   <div>
268                     <b>
269                       <a href="#C:Mono.DocTest.DocAttribute(System.String)">DocAttribute</a>
270                     </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
271                 </td>
272                 <td>
273                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
274                 </td>
275               </tr>
276             </table>
277           </div>
278         </div>
279         <h2 class="Section">Public Fields</h2>
280         <div class="SectionBox" id="Public Fields">
281           <div class="SubsectionBox">
282             <table class="TypeMembers">
283               <tr valign="top">
284                 <td>
285                   <div>
286                   </div>
287                 </td>
288                 <td>
289                   <b>
290                     <a href="#F:Mono.DocTest.DocAttribute.Field">Field</a>
291                   </b>
292                 </td>
293                 <td>
294                   <i>
295                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
296                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
297               </tr>
298               <tr valign="top">
299                 <td>
300                   <div>
301                   </div>
302                 </td>
303                 <td>
304                   <b>
305                     <a href="#F:Mono.DocTest.DocAttribute.FlagsEnum">FlagsEnum</a>
306                   </b>
307                 </td>
308                 <td>
309                   <i>
310                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ConsoleModifiers">ConsoleModifiers</a>
311                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
312               </tr>
313               <tr valign="top">
314                 <td>
315                   <div>
316                   </div>
317                 </td>
318                 <td>
319                   <b>
320                     <a href="#F:Mono.DocTest.DocAttribute.NonFlagsEnum">NonFlagsEnum</a>
321                   </b>
322                 </td>
323                 <td>
324                   <i>
325                     <a href="../Mono.DocTest/Color.html">Color</a>
326                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
327               </tr>
328             </table>
329           </div>
330         </div>
331         <h2 class="Section">Public Properties</h2>
332         <div class="SectionBox" id="Public Properties">
333           <div class="SubsectionBox">
334             <table class="TypeMembers">
335               <tr valign="top">
336                 <td>
337                   <div>
338                   </div>
339                 </td>
340                 <td>
341                   <b>
342                     <a href="#P:Mono.DocTest.DocAttribute.Property">Property</a>
343                   </b>
344                 </td>
345                 <td>
346                   <i>
347                     <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>
348                   </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
349               </tr>
350             </table>
351           </div>
352         </div>
353         <h2 class="Section">Extension Methods</h2>
354         <div class="SectionBox" id="Extension Methods">
355           <div class="SubsectionBox">
356             <table class="TypeMembers">
357               <tr valign="top">
358                 <td>
359                   <div>static </div>
360                 </td>
361                 <td colspan="2">
362                   <b>
363                     <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
364                   </b>(<i>this</i> <i title="To be added.">T</i>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><tt>System.Object</tt> extension method</blockquote></td>
365               </tr>
366             </table>
367           </div>
368         </div>
369       </div>
370     </div>
371     <div class="Members" id="T:Mono.DocTest.DocAttribute:Members">
372       <h2 class="Section" id="MemberDetails">Member Details</h2>
373       <div class="SectionBox" id="_MemberDetails">
374         <h3 id="C:Mono.DocTest.DocAttribute(System.String)">DocAttribute Constructor</h3>
375         <blockquote id="C:Mono.DocTest.DocAttribute(System.String):member">
376           <div class="msummary">
377             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
378           </div>
379           <h2>Syntax</h2>
380           <div class="Signature">public  <b>DocAttribute</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> docs)</div>
381           <h4 class="Subsection">Parameters</h4>
382           <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Parameters">
383             <dl>
384               <dt>
385                 <i>docs</i>
386               </dt>
387               <dd>
388                 <span class="NotEntered">Documentation for this section has not yet been entered.</span>
389               </dd>
390             </dl>
391           </blockquote>
392           <h4 class="Subsection">Exceptions</h4>
393           <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Exceptions">
394             <table class="TypeDocumentation">
395               <tr>
396                 <th>Type</th>
397                 <th>Reason</th>
398               </tr>
399               <tr valign="top">
400                 <td>
401                   <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ArgumentNullException">ArgumentNullException</a>
402                 </td>
403                 <td>
404                   <span class="NotEntered">Documentation for this section has not yet been entered.</span>
405                 </td>
406               </tr>
407             </table>
408           </blockquote>
409           <h2 class="Section">Remarks</h2>
410           <div class="SectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Remarks">
411             <tt>C:Mono.DocTest.DocAttribute(System.String)</tt>
412           </div>
413           <h2 class="Section">Requirements</h2>
414           <div class="SectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Version Information">
415             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
416           <hr size="1" />
417         </blockquote>
418         <h3 id="F:Mono.DocTest.DocAttribute.Field">Field Field</h3>
419         <blockquote id="F:Mono.DocTest.DocAttribute.Field:member">
420           <div class="msummary">
421             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
422           </div>
423           <h2>Syntax</h2>
424           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>Field</b> </div>
425           <h2 class="Section">Remarks</h2>
426           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.Field:Remarks">
427             <tt>F:Mono.DocTest.DocAttribute.Field</tt>
428           </div>
429           <h2 class="Section">Requirements</h2>
430           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.Field:Version Information">
431             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
432           <hr size="1" />
433         </blockquote>
434         <h3 id="F:Mono.DocTest.DocAttribute.FlagsEnum">FlagsEnum Field</h3>
435         <blockquote id="F:Mono.DocTest.DocAttribute.FlagsEnum:member">
436           <div class="msummary">
437             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
438           </div>
439           <h2>Syntax</h2>
440           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ConsoleModifiers">ConsoleModifiers</a> <b>FlagsEnum</b> </div>
441           <h2 class="Section">Remarks</h2>
442           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.FlagsEnum:Remarks">
443             <tt>F:Mono.DocTest.DocAttribute.FlagsEnum</tt>
444           </div>
445           <h2 class="Section">Requirements</h2>
446           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.FlagsEnum:Version Information">
447             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
448           <hr size="1" />
449         </blockquote>
450         <h3 id="F:Mono.DocTest.DocAttribute.NonFlagsEnum">NonFlagsEnum Field</h3>
451         <blockquote id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:member">
452           <div class="msummary">
453             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
454           </div>
455           <h2>Syntax</h2>
456           <div class="Signature">public <a href="../Mono.DocTest/Color.html">Color</a> <b>NonFlagsEnum</b> </div>
457           <h2 class="Section">Remarks</h2>
458           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:Remarks">
459             <tt>F:Mono.DocTest.DocAttribute.NonFlagsEnum</tt>
460           </div>
461           <h2 class="Section">Requirements</h2>
462           <div class="SectionBox" id="F:Mono.DocTest.DocAttribute.NonFlagsEnum:Version Information">
463             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
464           <hr size="1" />
465         </blockquote>
466         <h3 id="P:Mono.DocTest.DocAttribute.Property">Property Property</h3>
467         <blockquote id="P:Mono.DocTest.DocAttribute.Property:member">
468           <div class="msummary">
469             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
470           </div>
471           <h2>Syntax</h2>
472           <div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> <b>Property</b>  { get; set; }</div>
473           <h4 class="Subsection">Value</h4>
474           <blockquote class="SubsectionBox" id="P:Mono.DocTest.DocAttribute.Property:Value">
475             <span class="NotEntered">Documentation for this section has not yet been entered.</span>
476           </blockquote>
477           <h2 class="Section">Remarks</h2>
478           <div class="SectionBox" id="P:Mono.DocTest.DocAttribute.Property:Remarks">
479             <tt>P:Mono.DocTest.DocAttribute.Property</tt>
480           </div>
481           <h2 class="Section">Requirements</h2>
482           <div class="SectionBox" id="P:Mono.DocTest.DocAttribute.Property:Version Information">
483             <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
484           <hr size="1" />
485         </blockquote>
486       </div>
487     </div>
488     <hr size="1" />
489     <div class="Copyright">
490     </div>
491   </body>
492 </html>