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>2008-10-17 07:52:12 +0400
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:28:26 +0300
commita88b1418d97118ff7239562ac47e9b75abdcb1ef (patch)
tree0c239c8ffcafc7bf64089ca4d309437e4fe534ce /mdoc/Test/html.expected
parent9d519ffba860c1367ab58a1374ab3cdd63b2bbc5 (diff)
* . (svn:ignore), Test (svn:ignore): Ignore generated files.
* assembler.cs, mdoc.cs, monodocer.cs, monodocs2html.cs, monodocs2slashdoc.cs, normalize.cs, validate.cs, XhtmlWriter.cs: Move to Mono.Documentation. * defaulttemplate.xsl, overview.xsl, stylesheet.xsl: Moved to Resources. * DocTest: Moved to Test. * DocTest-v1.cs, DocTest-v2.patch, TestEcmaDocs.xml: Moved to Test. * mdoc.exe.sources: Added; mcs include file to build mdoc.exe. * Makefile: Added; build mdoc.exe, monodocer1.exe, and unit tests for mdoc.exe * Mono.Documentation/assembler.cs, Mono.Documentation/normalize.cs, Mono.Documentation/mdoc.cs, Mono.Documentation/monodocs2slashdoc.cs, Mono.Documentation/monodocs2html.cs, Mono.Documentation/validate.cs: Modify command line handling to remove Mono.GetOptions dependency. * Test/DocTest-v1.cs: Update //code/@src attribute due to changed paths. * Test/msxdoc-expected.importslashdoc.xml, * Test/en.expected.importslashdoc/Mono.DocTest/DocAttribute.xml: Flush due to above DocTest-v1.cs change. svn path=/trunk/mcs/; revision=116141
Diffstat (limited to 'mdoc/Test/html.expected')
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html585
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/Func`2.html272
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html318
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1.html598
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html379
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1+Helper`2.html398
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html758
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html1217
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/index.html276
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Color.html263
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html354
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/DocValueType.html371
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/IProcess.html264
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/UseLists.html662
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget+Del.html249
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget+Direction.html279
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget+IMenuItem.html266
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass.html422
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass`1.html436
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Widget.html1779
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/index.html296
-rw-r--r--mdoc/Test/html.expected/NoNamespace.html324
-rw-r--r--mdoc/Test/html.expected/System/Action`1.html264
-rw-r--r--mdoc/Test/html.expected/System/Array.html545
-rw-r--r--mdoc/Test/html.expected/System/AsyncCallback.html250
-rw-r--r--mdoc/Test/html.expected/System/Environment+SpecialFolder.html248
-rw-r--r--mdoc/Test/html.expected/System/Environment.html316
-rw-r--r--mdoc/Test/html.expected/System/index.html254
-rw-r--r--mdoc/Test/html.expected/index.html444
29 files changed, 13087 insertions, 0 deletions
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html
new file mode 100644
index 00000000..9bc291be
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html
@@ -0,0 +1,585 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.Extensions</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Extensions:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.Extensions">Extensions Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.Extensions:Summary">extension methods!</p>
+ <div id="T:Mono.DocTest.Generic.Extensions:Signature">
+ <div class="Signature">public static class <b>Extensions</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.Extensions:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Extensions:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.Extensions:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Remarks">
+ <tt>T:Mono.DocTest.Generic.Extensions</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Extensions:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.Extensions:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Extensions:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable`1</a> extension method</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>
+ extension method.
+ </blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </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.Double">double</a></nobr><blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
+ </blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.Extensions:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):member')">
+ <span id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):member:toggle">⊟</span> Bar&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):member">
+ <p class="Summary">
+ <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Bar&lt;T&gt;</b> (<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a> self, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Remarks')">
+ <span id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Remarks">
+ <tt>M:Mono.DocTest.Generic.Extensions.Bar``1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Version Information')">
+ <span id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):member')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):member:toggle">⊟</span> ForEach&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):member">
+ <p class="Summary">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable`1</a> extension method</p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>ForEach&lt;T&gt;</b> (<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> self, <a href="../System/Action`1.html">Action&lt;T&gt;</a> a)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Remarks')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Remarks">
+ <tt>M:Mono.DocTest.Generic.Extensions.ForEach``1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Version Information')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member:toggle">⊟</span> ToDouble Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member">
+ <p class="Summary">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>
+ extension method.
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a> <b>ToDouble</b> (<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Returns')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Remarks')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Remarks">
+ <tt>M:Mono.DocTest.Generic.Extensions.ToDouble</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Version Information')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member:toggle">⊟</span> ToDouble&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member">
+ <p class="Summary">
+ <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>ToDouble&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> val)<br /> where T : <a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo&lt;T&gt;</a></div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>val</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Returns')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Remarks">
+ <tt>M:Mono.DocTest.Generic.Extensions.ToDouble</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):member')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):member:toggle">⊟</span> ToEnumerable&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):member">
+ <p class="Summary">
+ <tt>System.Object</tt> extension method</p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> <b>ToEnumerable&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i> self)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>self</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Returns')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Remarks">
+ <tt>M:Mono.DocTest.Generic.Extensions.ToEnumerable``1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/Func`2.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/Func`2.html
new file mode 100644
index 00000000..b76cd2b0
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/Func`2.html
@@ -0,0 +1,272 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.Func&lt;TArg,TRet&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.Func`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.Func`2">Func&lt;TArg,TRet&gt; Generic Delegate</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.Func`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.Func`2:Signature">
+ <div class="Signature">[Mono.DocTest.Doc("method")]<br />[return:Mono.DocTest.Doc("return")]<br />public delegate <i title="return type, with attributes!">TRet</i> <b>Func&lt;[Mono.DocTest.Doc("arg!")] TArg, [Mono.DocTest.Doc("ret!")] TRet&gt;</b> ([Mono.DocTest.Doc("arg-actual")] <i title="argument type, with attributes!">TArg</i> a)<br /> where TArg : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Exception">Exception</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.Func`2:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Func`2:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.Func`2:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>TArg</i>
+ </dt>
+ <dd>argument type, with attributes!</dd>
+ <dt>
+ <i>TRet</i>
+ </dt>
+ <dd>return type, with attributes!</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Func`2:Docs:Parameters')">
+ <span id="T:Mono.DocTest.Generic.Func`2:Docs:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Func`2:Docs:Value')">
+ <span id="T:Mono.DocTest.Generic.Func`2:Docs:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Func`2:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.Func`2:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Remarks">
+ <tt>T:Mono.DocTest.Generic.Func`2</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.Func`2:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.Func`2:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.Func`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.Func`2:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html
new file mode 100644
index 00000000..18033e91
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html
@@ -0,0 +1,318 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;.FooEventArgs</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">GenericBase&lt;U&gt;.FooEventArgs Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Signature">
+ <div class="Signature">public class <b>GenericBase&lt;U&gt;.FooEventArgs</b> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventArgs">EventArgs</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Remarks">T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventArgs">EventArgs</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">GenericBase</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:member')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:member:toggle">⊟</span> GenericBase Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>GenericBase</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Remarks')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Version Information')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.GenericBase`1.FooEventArgs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1.html
new file mode 100644
index 00000000..9a394ffd
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/GenericBase`1.html
@@ -0,0 +1,598 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.GenericBase&lt;U&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.GenericBase`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.GenericBase`1">GenericBase&lt;U&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.GenericBase`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.GenericBase`1:Signature">
+ <div class="Signature">public class <b>GenericBase&lt;U&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.GenericBase`1:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.GenericBase`1:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>Insert <tt>text</tt> here.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.GenericBase`1:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Remarks">
+ <tt>T:Mono.DocTest.Generic.GenericBase`1</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.GenericBase`1:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.GenericBase`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.GenericBase`1">GenericBase</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Fields')">
+ <span id="Public Fields:toggle">⊟</span> Public Fields</a>
+ </h3>
+ <blockquote id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Generic.GenericBase`1.ConstField1">ConstField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Generic.GenericBase`1.StaticField1">StaticField1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">BaseMethod&lt;S&gt;</a>
+ </b>(<i title="Insert more text here.">S</i>)<nobr> : <i title="Insert text here.">U</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Events')">
+ <span id="Public Events:toggle">⊟</span> Public Events</a>
+ </h3>
+ <blockquote id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Generic.GenericBase`1.MyEvent">MyEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Operators')">
+ <span id="Public Operators:toggle">⊟</span> Public Operators</a>
+ </h3>
+ <blockquote id="Public Operators">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">Conversion to U</a>
+ </b>(Explicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.GenericBase`1:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.GenericBase`1">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1:member')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1:member:toggle">⊟</span> GenericBase Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Generic.GenericBase`1:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>GenericBase</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1:Remarks')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.GenericBase`1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.GenericBase`1:Version Information')">
+ <span id="C:Mono.DocTest.Generic.GenericBase`1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.GenericBase`1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):member')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):member:toggle">⊟</span> BaseMethod&lt;S&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <i title="Insert text here.">U</i> <b>BaseMethod&lt;[Mono.DocTest.Doc("S")] S&gt;</b> (<i title="Insert more text here.">S</i> genericParameter)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>S</i>
+ </dt>
+ <dd>Insert more <tt>text</tt> here.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>genericParameter</i>
+ </dt>
+ <dd>Something</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Returns')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Returns">The default value.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Remarks">
+ <tt>M:Mono.DocTest.GenericBase`1.BaseMethod``1(``0)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.BaseMethod``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.ConstField1:member')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:member:toggle">⊟</span> ConstField1 Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> <b>ConstField1</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Remarks')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Remarks">
+ <tt>F:Mono.DocTest.GenericBase`1.ConstField1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Version Information')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.ConstField1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Generic.GenericBase`1.MyEvent:member')">
+ <span id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:member:toggle">⊟</span> MyEvent Event</a>
+ </h3>
+ <blockquote id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public event <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.EventHandler`1">EventHandler&lt;GenericBase&lt;U&gt;.FooEventArgs&gt;</a> <b>MyEvent</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Remarks')">
+ <span id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Remarks">E:Mono.DocTest.Generic.GenericBase`1.MyEvent</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Version Information')">
+ <span id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Generic.GenericBase`1.MyEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:member')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:member:toggle">⊟</span> Conversion Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static explicit operator <i title="Insert text here.">U</i> (<a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Parameters')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>Insert description here</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Returns')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Returns">The default value for <i>U</i>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Remarks')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Remarks">
+ <tt>M:Mono.DocTest.GenericBase`1.op_Explicit(Mono.DocTest.GenericBase{`0})~`0</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Version Information')">
+ <span id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.GenericBase`1.op_Explicit(Mono.DocTest.Generic.GenericBase{`0})~`0:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.StaticField1:member')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:member:toggle">⊟</span> StaticField1 Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static readonly <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a> <b>StaticField1</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Remarks')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Remarks">
+ <tt>F:Mono.DocTest.GenericBase`1.StaticField1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Version Information')">
+ <span id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Generic.GenericBase`1.StaticField1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html
new file mode 100644
index 00000000..5acc9271
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html
@@ -0,0 +1,379 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.IFoo&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.IFoo`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.IFoo`1">IFoo&lt;T&gt; Generic Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.IFoo`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.IFoo`1:Signature">
+ <div class="Signature">public interface <b>IFoo&lt;T&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.IFoo`1:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.IFoo`1:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.IFoo`1:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>T generic param</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.IFoo`1:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.IFoo`1:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Remarks">
+ <tt>T:Mono.DocTest.IFoo`1</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.IFoo`1:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.IFoo`1:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.IFoo`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
+ </b>(<i title="T generic param">T</i>, <i title="U generic param">U</i>)<nobr> : <i title="T generic param">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a></nobr><blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
+ </blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.IFoo`1:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):member')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):member:toggle">⊟</span> Method&lt;U&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <i title="T generic param">T</i> <b>Method&lt;U&gt;</b> (<i title="T generic param">T</i> t, <i title="U generic param">U</i> u)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>U generic param</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Returns')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Remarks">
+ <tt>T:Mono.DocTest.IFoo`1.Method``1(`0,``0)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1+Helper`2.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1+Helper`2.html
new file mode 100644
index 00000000..1526faad
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1+Helper`2.html
@@ -0,0 +1,398 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U,V&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1.Helper`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1.Helper`2">MyList&lt;T&gt;.Helper&lt;U,V&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Signature">
+ <div class="Signature">public class <b>MyList&lt;T, U, V&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>Seriously!</dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>Too <tt>many</tt> docs!</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Remarks">
+ <tt>T:Mono.DocTest.MyList`1.Helper`2</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`1.Helper`2">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">UseT</a>
+ </b>(<i title="">T</i>, <i title="Seriously!">U</i>, <i title="Too many docs!">V</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`1.Helper`2:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`1.Helper`2">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1.Helper`2:member')">
+ <span id="C:Mono.DocTest.Generic.MyList`1.Helper`2:member:toggle">⊟</span> MyList Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`1.Helper`2:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1.Helper`2:Remarks')">
+ <span id="C:Mono.DocTest.Generic.MyList`1.Helper`2:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1.Helper`2:Version Information')">
+ <span id="C:Mono.DocTest.Generic.MyList`1.Helper`2:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`1.Helper`2:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):member:toggle">⊟</span> UseT Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):member">
+ <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.Void">void</a> <b>UseT</b> (<i title="">T</i> a, <i title="Seriously!">U</i> b, <i title="Too many docs!">V</i> c)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>Ako</dd>
+ <dt>
+ <i>b</i>
+ </dt>
+ <dd>bko</dd>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>cko</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Remarks">
+ <tt>M:Mono.DocTest.MyList`1.Helper`2.UseT(`0,`1,`2)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Helper`2.UseT(T,`0,`1):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
new file mode 100644
index 00000000..3f1ecbca
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
@@ -0,0 +1,758 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`1">MyList&lt;T&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.MyList`1:Signature">
+ <div class="Signature">public class <b>MyList&lt;[Mono.DocTest.Doc("Type Parameter!")] T&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Int32[]&gt;</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`1:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.MyList`1:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>I'm Dying Here!</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.MyList`1:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Remarks">
+ <tt>T:Mono.DocTest.Generic.MyList`1</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`1:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.MyList`1:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;T&gt;</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`1">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.GetEnumerator">GetEnumerator</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.GetHelper``2">GetHelper&lt;U,V&gt;</a>
+ </b>()<nobr> : <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">Method&lt;U&gt;</a>
+ </b>(<i title="I'm Dying Here!">T</i>, <i title="Method generic parameter">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">RefMethod&lt;U&gt;</a>
+ </b>(<i>ref</i> <i title="I'm Dying Here!">T</i>, <i>ref</i> <i title="To be added.">U</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.Test(`0)">Test</a>
+ </b>(<i title="I'm Dying Here!">T</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">UseHelper&lt;U,V&gt;</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Explicitly Implemented Interface Members')">
+ <span id="Explicitly Implemented Interface Members:toggle">⊟</span> Explicitly Implemented Interface Members</a>
+ </h3>
+ <blockquote id="Explicitly Implemented Interface Members">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator">
+ <b>IEnumerable.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ForEach``1(System.Collections.Generic.IEnumerable{``0},System.Action{``0})">ForEach&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a>, <a href="../System/Action`1.html">Action&lt;T&gt;</a>)<blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable`1</a> extension method</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble</a>
+ </b>(<i>this</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;double&gt;</a></nobr><blockquote><a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>
+ extension method.
+ </blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`1:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`1">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1:member')">
+ <span id="C:Mono.DocTest.Generic.MyList`1:member:toggle">⊟</span> MyList Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`1:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1:Remarks')">
+ <span id="C:Mono.DocTest.Generic.MyList`1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`1:Version Information')">
+ <span id="C:Mono.DocTest.Generic.MyList`1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`1:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetEnumerator:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:member:toggle">⊟</span> GetEnumerator Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:member">
+ <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.Collections.Generic.IEnumerator`1">IEnumerator&lt;Int32[]&gt;</a> <b>GetEnumerator</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Remarks">
+ <tt>M:Mono.DocTest.MyList`1.GetEnumerator</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetEnumerator:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetHelper``2:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:member:toggle">⊟</span> GetHelper&lt;U,V&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> <b>GetHelper&lt;U, V&gt;</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Returns">
+ <tt>null</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Remarks">
+ <tt>M:Mono.DocTest.Generic.MyList`1.GetHelper``2</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.GetHelper``2:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):member:toggle">⊟</span> Method&lt;U&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):member">
+ <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.Void">void</a> <b>Method&lt;U&gt;</b> (<i title="I'm Dying Here!">T</i> t, <i title="Method generic parameter">U</i> u)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>Method generic parameter</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>Class generic type</dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>Method generic type</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Remarks">
+ <tt>M:Mono.DocTest.MyList`1.Method``1(`0,``0)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Method``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):member:toggle">⊟</span> RefMethod&lt;U&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):member">
+ <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.Void">void</a> <b>RefMethod&lt;U&gt;</b> (<i>ref</i> <i title="I'm Dying Here!">T</i> t, <i>ref</i> <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.RefMethod``1(`0@,``0@):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:member:toggle">⊟</span> System.Collections.IEnumerable.GetEnumerator Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.System#Collections#IEnumerable#GetEnumerator:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.Test(`0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Test(`0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Test(`0):member:toggle">⊟</span> Test Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.Test(`0):member">
+ <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.Void">void</a> <b>Test</b> (<i title="I'm Dying Here!">T</i> t)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Test(`0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Parameters">
+ <dl>
+ <dt>
+ <i>t</i>
+ </dt>
+ <dd>tko</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Test(`0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Remarks">
+ <tt>M:Mono.DocTest.MyList`1.Test(`0)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.Test(`0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.Test(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):member:toggle">⊟</span> UseHelper&lt;U,V&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):member">
+ <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.Void">void</a> <b>UseHelper&lt;U, V&gt;</b> (<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> helper)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Parameters">
+ <dl>
+ <dt>
+ <i>helper</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`1.UseHelper``2(Mono.DocTest.Generic.MyList{`0}.Helper{``0,``1}):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
new file mode 100644
index 00000000..7ce6be55
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
@@ -0,0 +1,1217 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Generic.MyList&lt;A,B&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest.Generic Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Generic.MyList`2:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Generic.MyList`2">MyList&lt;A,B&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Generic.MyList`2:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Generic.MyList`2:Signature">
+ <div class="Signature">public class <b>MyList&lt;A, B&gt;</b> : <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>, <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.ICollection`1">ICollection&lt;A&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a><br /> where A : class, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IList`1">IList&lt;B&gt;</a>, new()<br /> where B : class, <i title="Ako generic param">A</i></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Generic.MyList`2:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>A</i>
+ </dt>
+ <dd>Ako generic param</dd>
+ <dt>
+ <i>B</i>
+ </dt>
+ <dd>Bko generic param</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`2:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Generic.MyList`2:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Remarks">
+ <tt>T:Mono.DocTest.MyList`2</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Generic.MyList`2:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Generic.MyList`2:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Generic.MyList`2:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="../Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;Dictionary&lt;A, B&gt;&gt;</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Generic.MyList`2">MyList</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Properties')">
+ <span id="Public Properties:toggle">⊟</span> Public Properties</a>
+ </h3>
+ <blockquote id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.Count">Count</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.Current">Current</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <i title="Ako generic param">A</i>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">CopyTo</a>
+ </b>(<i title="Ako generic param">A</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Dispose">Dispose</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Foo">Foo</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.KeyValuePair`1">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.GetEnumerator">GetEnumerator</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.MoveNext">MoveNext</a>
+ </b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Reset">Reset</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Explicitly Implemented Interface Members')">
+ <span id="Explicitly Implemented Interface Members:toggle">⊟</span> Explicitly Implemented Interface Members</a>
+ </h3>
+ <blockquote id="Explicitly Implemented Interface Members">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">
+ <b>ICollection&lt;A&gt;.Add</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear">
+ <b>ICollection&lt;A&gt;.Clear</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">
+ <b>ICollection&lt;A&gt;.Contains</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">
+ <b>IEnumerator&lt;A&gt;.Current</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <i title="Ako generic param">A</i>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">
+ <b>IEnumerator.Current</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator">
+ <b>IEnumerable&lt;A&gt;.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator">
+ <b>IEnumerable.GetEnumerator</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <a href="#P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">
+ <b>ICollection&lt;A&gt;.IsReadOnly</b>
+ </a>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">
+ <b>Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt;</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <a href="#M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">
+ <b>ICollection&lt;A&gt;.Remove</b>
+ </a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.Bar``1(Mono.DocTest.Generic.IFoo{``0},System.String)">Bar&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="../Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method</blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0)">ToDouble&lt;T&gt;</a>
+ </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.Double">double</a></nobr><blockquote><a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
+ </blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Generic.MyList`2:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Generic.MyList`2">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`2:member')">
+ <span id="C:Mono.DocTest.Generic.MyList`2:member:toggle">⊟</span> MyList Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Generic.MyList`2:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>MyList</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`2:Remarks')">
+ <span id="C:Mono.DocTest.Generic.MyList`2:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`2:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Generic.MyList`2:Version Information')">
+ <span id="C:Mono.DocTest.Generic.MyList`2:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Generic.MyList`2:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member:toggle">⊟</span> CopyTo Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):member">
+ <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.Void">void</a> <b>CopyTo</b> (<i title="Ako generic param">A</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> arrayIndex)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>arrayIndex</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.CopyTo(`0[],System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.Count">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Count:member')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Count:member:toggle">⊟</span> Count Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.Count:member">
+ <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>Count</b> { get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Count:Value')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Count:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Count:Remarks')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Count:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Remarks">
+ <tt>P:Mono.DocTest.MyList`2.Count</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Count:Version Information')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Count:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Count:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.Current">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Current:member')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Current:member:toggle">⊟</span> Current Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.Current:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <i title="Ako generic param">A</i> <b>Current</b> { get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Current:Value')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Current:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Value">The current value.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Current:Remarks')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Current:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Remarks">
+ <tt>P:Mono.DocTest.MyList`2.Current</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.Current:Version Information')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.Current:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Dispose">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Dispose:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Dispose:member:toggle">⊟</span> Dispose Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Dispose:member">
+ <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.Void">void</a> <b>Dispose</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Dispose:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Dispose:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose:Remarks">
+ <tt>M:Mono.DocTest.MyList`2.Dispose</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Dispose:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Dispose:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Dispose:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Foo">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Foo:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Foo:member:toggle">⊟</span> Foo Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Foo:member">
+ <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.Collections.Generic.KeyValuePair`1">KeyValuePair&lt;IEnumerable&lt;A&gt;, IEnumerable&lt;B&gt;&gt;</a> <b>Foo</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Foo:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Foo:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Foo:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Foo:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo:Remarks">M:Mono.DocTest.Generic.MyList`2.Foo</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Foo:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Foo:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Foo:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.GetEnumerator:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:member:toggle">⊟</span> GetEnumerator Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:member">
+ <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.Collections.Generic.List`1.Enumerator">List&lt;A&gt;.Enumerator</a> <b>GetEnumerator</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1.Enumerator">List&lt;`0&gt;.Enumerator</a>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Remarks">
+ <tt>M:Mono.DocTest.MyList`2.GetEnumerator</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.GetEnumerator:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member:toggle">⊟</span> Mono.DocTest.Generic.IFoo&lt;A&gt;.Method&lt;U&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <i title="Ako generic param">A</i> <b>Mono.DocTest.Generic.IFoo&lt;U&gt;</b> (<i title="Ako generic param">A</i> a, <i title="To be added.">U</i> u)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Parameters">
+ <dl>
+ <dt>
+ <i>a</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>u</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Mono#DocTest#Generic#IFoo``1(`0,``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.MoveNext">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.MoveNext:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.MoveNext:member:toggle">⊟</span> MoveNext Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.MoveNext:member">
+ <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.Boolean">bool</a> <b>MoveNext</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.MoveNext:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Returns">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.MoveNext:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Remarks">
+ <tt>M:Mono.DocTest.MyList`2.MoveNext</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.MoveNext:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.MoveNext:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.Reset">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Reset:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Reset:member:toggle">⊟</span> Reset Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.Reset:member">
+ <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.Void">void</a> <b>Reset</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Reset:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Reset:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset:Remarks">
+ <tt>M:Mono.DocTest.MyList`2.Reset</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.Reset:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.Reset:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.Reset:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member:toggle">⊟</span> System.Collections.Generic.ICollection&lt;A&gt;.Add Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Add</b> (<i title="Ako generic param">A</i> item)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Add(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:member:toggle">⊟</span> System.Collections.Generic.ICollection&lt;A&gt;.Clear Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Clear</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Clear:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member:toggle">⊟</span> System.Collections.Generic.ICollection&lt;A&gt;.Contains Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Contains</b> (<i title="Ako generic param">A</i> item)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Contains(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member:toggle">⊟</span> System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.IsReadOnly</b> { get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#IsReadOnly:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member:toggle">⊟</span> System.Collections.Generic.ICollection&lt;A&gt;.Remove Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>System.Collections.Generic.ICollection&lt;A&gt;.Remove</b> (<i title="Ako generic param">A</i> item)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Parameters">
+ <dl>
+ <dt>
+ <i>item</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#ICollection{A}#Remove(`0):Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:member:toggle">⊟</span> System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerator`1">IEnumerator&lt;A&gt;</a> <b>System.Collections.Generic.IEnumerable&lt;A&gt;.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerable{A}#GetEnumerator:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member:toggle">⊟</span> System.Collections.Generic.IEnumerator&lt;A&gt;.Current Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <i title="Ako generic param">A</i> <b>System.Collections.Generic.IEnumerator&lt;A&gt;.Current</b> { get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#Generic#IEnumerator{A}#Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:member')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:member:toggle">⊟</span> System.Collections.IEnumerable.GetEnumerator Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerator">IEnumerator</a> <b>System.Collections.IEnumerable.GetEnumerator</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Returns')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Remarks')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Version Information')">
+ <span id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerable#GetEnumerator:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member:toggle">⊟</span> System.Collections.IEnumerator.Current Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>System.Collections.IEnumerator.Current</b> { get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Value">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information')">
+ <span id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Generic.MyList`2.System#Collections#IEnumerator#Current:Version Information">
+ <b>Namespace: </b>Mono.DocTest.Generic<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html
new file mode 100644
index 00000000..dd6a0d99
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html
@@ -0,0 +1,276 @@
+<html>
+ <head>
+ <title>DocTest: Mono.DocTest.Generic</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">Mono.DocTest.Generic Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Extensions.html">Extensions</a>
+ </td>
+ <td>extension methods!</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Func`2.html">Func&lt;TArg,TRet&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./GenericBase`1+FooEventArgs.html">GenericBase&lt;U&gt;.FooEventArgs</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./IFoo`1.html">IFoo&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`1.html">MyList&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U,V&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./MyList`2.html">MyList&lt;A,B&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Color.html b/mdoc/Test/html.expected/Mono.DocTest/Color.html
new file mode 100644
index 00000000..130573cb
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Color.html
@@ -0,0 +1,263 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Color</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Color">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Color:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Color">Color Enum</h1>
+ <p class="Summary" id="T:Mono.DocTest.Color:Summary">Possible colors</p>
+ <div id="T:Mono.DocTest.Color:Signature">
+ <div class="Signature">public enum <b>Color</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Color:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Color:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Color:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Color:Docs:Remarks">
+ <a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Color:Docs:Members')">
+ <span id="T:Mono.DocTest.Color:Docs:Members:toggle">⊟</span> Members</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Color:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Blue">
+ <b>Blue</b>
+ </td>
+ <td>Insert Blue summary here</td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Green">
+ <b>Green</b>
+ </td>
+ <td>Insert Green summary here</td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Color.Red">
+ <b>Red</b>
+ </td>
+ <td>Insert Red summary here</td>
+ </tr>
+ </table>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Color:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Color:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Color:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Color:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html b/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html
new file mode 100644
index 00000000..f30772f1
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html
@@ -0,0 +1,354 @@
+<html>
+ <head>
+ <title>Mono.DocTest.DocAttribute</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocAttribute:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.DocAttribute">DocAttribute Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.DocAttribute:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.DocAttribute:Signature">
+ <div class="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>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.DocAttribute:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.DocAttribute:Docs:Remarks')">
+ <span id="T:Mono.DocTest.DocAttribute:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Remarks">
+ <p>
+ cref=<tt>T:Mono.DocTest.DocAttribute</tt>.
+ </p>
+ <table class="CodeExampleTable">
+ <tr>
+ <td>
+ <b>
+ <font size="-1">C# Example</font>
+ </b>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <pre class="code-csharp">[Doc ("documented class")]
+class Example {
+ [Doc ("documented field")] public string field;
+}
+</pre>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.DocAttribute:Docs:Version Information')">
+ <span id="T:Mono.DocTest.DocAttribute:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Attribute">Attribute</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.DocAttribute(System.String)">DocAttribute</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.DocAttribute:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.DocAttribute(System.String)">
+ <a href="javascript:toggle_display('C:Mono.DocTest.DocAttribute(System.String):member')">
+ <span id="C:Mono.DocTest.DocAttribute(System.String):member:toggle">⊟</span> DocAttribute Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.DocAttribute(System.String):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <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>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.DocAttribute(System.String):Parameters')">
+ <span id="C:Mono.DocTest.DocAttribute(System.String):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Parameters">
+ <dl>
+ <dt>
+ <i>docs</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.DocAttribute(System.String):Remarks')">
+ <span id="C:Mono.DocTest.DocAttribute(System.String):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.DocAttribute(System.String):Version Information')">
+ <span id="C:Mono.DocTest.DocAttribute(System.String):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.DocAttribute(System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/DocValueType.html b/mdoc/Test/html.expected/Mono.DocTest/DocValueType.html
new file mode 100644
index 00000000..ff965b88
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/DocValueType.html
@@ -0,0 +1,371 @@
+<html>
+ <head>
+ <title>Mono.DocTest.DocValueType</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.DocValueType:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.DocValueType">DocValueType Struct</h1>
+ <p class="Summary" id="T:Mono.DocTest.DocValueType:Summary">Process interface</p>
+ <div id="T:Mono.DocTest.DocValueType:Signature">
+ <div class="Signature">public struct <b>DocValueType</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.DocValueType:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.DocValueType:Docs:Remarks')">
+ <span id="T:Mono.DocTest.DocValueType:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.DocValueType:Docs:Remarks">
+ <tt>T:Mono.DocTest.DocValueType</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.DocValueType:Docs:Version Information')">
+ <span id="T:Mono.DocTest.DocValueType:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.DocValueType:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.ValueType">ValueType</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Fields')">
+ <span id="Public Fields:toggle">⊟</span> Public Fields</a>
+ </h3>
+ <blockquote id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.DocValueType.total">total</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.DocValueType.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.DocValueType:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="M:Mono.DocTest.DocValueType.M(System.Int32)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.DocValueType.M(System.Int32):member')">
+ <span id="M:Mono.DocTest.DocValueType.M(System.Int32):member:toggle">⊟</span> M Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.DocValueType.M(System.Int32):member">
+ <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.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.DocValueType.M(System.Int32):Parameters')">
+ <span id="M:Mono.DocTest.DocValueType.M(System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.DocValueType.M(System.Int32):Remarks')">
+ <span id="M:Mono.DocTest.DocValueType.M(System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Remarks">
+ <a href="../Mono.DocTest/DocValueType.html#M:Mono.DocTest.DocValueType.M(System.Int32)">DocValueType.M(int)</a>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.DocValueType.M(System.Int32):Version Information')">
+ <span id="M:Mono.DocTest.DocValueType.M(System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.DocValueType.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.DocValueType.total">
+ <a href="javascript:toggle_display('F:Mono.DocTest.DocValueType.total:member')">
+ <span id="F:Mono.DocTest.DocValueType.total:member:toggle">⊟</span> total Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.DocValueType.total:member">
+ <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>total</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.DocValueType.total:Remarks')">
+ <span id="F:Mono.DocTest.DocValueType.total:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.DocValueType.total:Remarks">
+ <tt>F:Mono.DocTest.DocValueType.total</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.DocValueType.total:Version Information')">
+ <span id="F:Mono.DocTest.DocValueType.total:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.DocValueType.total:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/IProcess.html b/mdoc/Test/html.expected/Mono.DocTest/IProcess.html
new file mode 100644
index 00000000..40a6b66d
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/IProcess.html
@@ -0,0 +1,264 @@
+<html>
+ <head>
+ <title>Mono.DocTest.IProcess</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.IProcess">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.IProcess:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.IProcess">IProcess Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.IProcess:Summary">Process interface</p>
+ <div id="T:Mono.DocTest.IProcess:Signature">
+ <div class="Signature">public interface <b>IProcess</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.IProcess:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.IProcess:Docs:Remarks')">
+ <span id="T:Mono.DocTest.IProcess:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.IProcess:Docs:Remarks">
+ <tt>T:Mono.DocTest.IProcess</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.IProcess:Docs:Version Information')">
+ <span id="T:Mono.DocTest.IProcess:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.IProcess:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.IProcess:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/UseLists.html b/mdoc/Test/html.expected/Mono.DocTest/UseLists.html
new file mode 100644
index 00000000..e8e8fa8f
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/UseLists.html
@@ -0,0 +1,662 @@
+<html>
+ <head>
+ <title>Mono.DocTest.UseLists</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.UseLists">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.UseLists:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.UseLists">UseLists Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.UseLists:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.UseLists:Signature">
+ <div class="Signature">public class <b>UseLists</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.UseLists:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.UseLists:Docs:Remarks')">
+ <span id="T:Mono.DocTest.UseLists:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.UseLists:Docs:Remarks">
+ <tt>T:Mono.DocTest.UseLists</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.UseLists:Docs:Version Information')">
+ <span id="T:Mono.DocTest.UseLists:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.UseLists:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.UseLists">UseLists</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.GetValues``1(``0)">GetValues&lt;T&gt;</a>
+ </b>(<i title="Something">T</i>)<nobr> : <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32})">Process</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})">Process</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;int&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})">Process</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;int&gt;&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})">Process&lt;T&gt;</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;T&gt;&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2})">UseHelper&lt;T,U,V&gt;</a>
+ </b>(<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U, V&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.UseLists:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.UseLists">
+ <a href="javascript:toggle_display('C:Mono.DocTest.UseLists:member')">
+ <span id="C:Mono.DocTest.UseLists:member:toggle">⊟</span> UseLists Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.UseLists:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>UseLists</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.UseLists:Remarks')">
+ <span id="C:Mono.DocTest.UseLists:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.UseLists:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.UseLists:Version Information')">
+ <span id="C:Mono.DocTest.UseLists:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.UseLists:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.GetValues``1(``0)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):member')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):member:toggle">⊟</span> GetValues&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.GetValues``1(``0):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;T&gt;</a> <b>GetValues&lt;T&gt;</b> (<i title="Something">T</i> value)<br /> where T : struct</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):Type Parameters')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>Something</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Parameters">
+ <dl>
+ <dt>
+ <i>value</i>
+ </dt>
+ <dd>A <tt>T</tt>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):Returns')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Returns">A <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList`1</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Remarks">
+ <tt>M:Mono.DocTest.UseLists.GetValues``1(``0)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.GetValues``1(``0):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.GetValues``1(``0):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.GetValues``1(``0):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):member')">
+ <span id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):member:toggle">⊟</span> Process Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):member">
+ <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.Void">void</a> <b>Process</b> (<a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Remarks">
+ <tt>M:Mono.DocTest.UseLists.Process(Mono.DocTest.MyList{System.Int32})</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(Mono.DocTest.Generic.MyList{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):member')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):member:toggle">⊟</span> Process Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):member">
+ <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.Void">void</a> <b>Process</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;int&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>Another <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;int&gt;</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Remarks">
+ <p>
+ <tt>M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32})</tt>.</p>
+ <p>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=M:System.Collections.Generic.List{System.Int32}.Remove(`0)">List&lt;int&gt;.Remove(`0)</a>
+ </p>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Int32}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):member')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):member:toggle">⊟</span> Process Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):member">
+ <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.Void">void</a> <b>Process</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;int&gt;&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;Predicate&lt;int&gt;&gt;</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Remarks">
+ <tt>M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}})</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process(System.Collections.Generic.List{System.Predicate{System.Int32}}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):member')">
+ <span id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):member:toggle">⊟</span> Process&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):member">
+ <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.Void">void</a> <b>Process&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.List`1">List&lt;Predicate&lt;T&gt;&gt;</a> list)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Type Parameters')">
+ <span id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>Something Else</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Parameters">
+ <dl>
+ <dt>
+ <i>list</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest.Generic/MyList`1.html">Mono.DocTest.Generic.MyList&lt;Predicate&lt;``0&gt;&gt;</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Remarks">
+ <tt>M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}})</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.Process``1(System.Collections.Generic.List{System.Predicate{``0}}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2})">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):member')">
+ <span id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):member:toggle">⊟</span> UseHelper&lt;T,U,V&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):member">
+ <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.Void">void</a> <b>UseHelper&lt;T, U, V&gt;</b> (<a href="../Mono.DocTest.Generic/MyList`1+Helper`2.html">Mono.DocTest.Generic.MyList&lt;T&gt;.Helper&lt;U, V&gt;</a> helper)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Type Parameters')">
+ <span id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>U</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>V</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Parameters')">
+ <span id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Parameters">
+ <dl>
+ <dt>
+ <i>helper</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Remarks')">
+ <span id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Version Information')">
+ <span id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.UseLists.UseHelper``3(Mono.DocTest.Generic.MyList{``0}.Helper{``1,``2}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget+Del.html b/mdoc/Test/html.expected/Mono.DocTest/Widget+Del.html
new file mode 100644
index 00000000..f8375576
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget+Del.html
@@ -0,0 +1,249 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.Del</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Del:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.Del">Widget.Del Delegate</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.Del:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget.Del:Signature">
+ <div class="Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Widget.Del</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.Del:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Del:Docs:Parameters')">
+ <span id="T:Mono.DocTest.Widget.Del:Docs:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Del:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget.Del:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget.Del</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Del:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget.Del:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Del:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.Del:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget+Direction.html b/mdoc/Test/html.expected/Mono.DocTest/Widget+Direction.html
new file mode 100644
index 00000000..601676e6
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget+Direction.html
@@ -0,0 +1,279 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.Direction</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.Direction:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.Direction">Widget.Direction Enum</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.Direction:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget.Direction:Signature">
+ <div class="Signature">public enum <b>Widget.Direction</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.Direction:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Direction:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget.Direction:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget.Direction</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Direction:Docs:Members')">
+ <span id="T:Mono.DocTest.Widget.Direction:Docs:Members:toggle">⊟</span> Members</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.East">
+ <b>East</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.North">
+ <b>North</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.South">
+ <b>South</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td id="F:Mono.DocTest.Widget.Direction.West">
+ <b>West</b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.Direction:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget.Direction:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.Direction:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.Direction:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget+IMenuItem.html b/mdoc/Test/html.expected/Mono.DocTest/Widget+IMenuItem.html
new file mode 100644
index 00000000..4ec25ae0
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget+IMenuItem.html
@@ -0,0 +1,266 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.IMenuItem</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.IMenuItem:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.IMenuItem">Widget.IMenuItem Interface</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.IMenuItem:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget.IMenuItem:Signature">
+ <div class="Signature">public interface <b>Widget.IMenuItem</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.IMenuItem:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.IMenuItem:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget.IMenuItem:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.IMenuItem:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget.IMenuItem</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.IMenuItem:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget.IMenuItem:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.IMenuItem:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.IMenuItem:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass.html b/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass.html
new file mode 100644
index 00000000..d6334ad9
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass.html
@@ -0,0 +1,422 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass">Widget.NestedClass Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget.NestedClass:Signature">
+ <div class="Signature">public class <b>Widget.NestedClass</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.NestedClass:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget.NestedClass:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget.NestedClass</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.NestedClass:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget.NestedClass:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass">Widget.NestedClass</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Fields')">
+ <span id="Public Fields:toggle">⊟</span> Public Fields</a>
+ </h3>
+ <blockquote id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.NestedClass.value">value</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.NestedClass.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass:member')">
+ <span id="C:Mono.DocTest.Widget.NestedClass:member:toggle">⊟</span> Widget.NestedClass Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Widget.NestedClass</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass:Remarks')">
+ <span id="C:Mono.DocTest.Widget.NestedClass:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget.NestedClass:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass:Version Information')">
+ <span id="C:Mono.DocTest.Widget.NestedClass:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget.NestedClass:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass.M(System.Int32):member')">
+ <span id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):member:toggle">⊟</span> M Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):member">
+ <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.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Parameters')">
+ <span id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>Some <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Remarks')">
+ <span id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Remarks">
+ <tt>M:Mono.DocTest.Widget.NestedClass.M(System.Int32)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Version Information')">
+ <span id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.NestedClass.value">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass.value:member')">
+ <span id="F:Mono.DocTest.Widget.NestedClass.value:member:toggle">⊟</span> value Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.NestedClass.value:member">
+ <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>value</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass.value:Remarks')">
+ <span id="F:Mono.DocTest.Widget.NestedClass.value:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.NestedClass.value:Remarks">
+ <tt>F:Mono.DocTest.Widget.NestedClass.value</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass.value:Version Information')">
+ <span id="F:Mono.DocTest.Widget.NestedClass.value:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.NestedClass.value:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass`1.html b/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass`1.html
new file mode 100644
index 00000000..79b3b708
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget+NestedClass`1.html
@@ -0,0 +1,436 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget.NestedClass&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget.NestedClass`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget.NestedClass`1">Widget.NestedClass&lt;T&gt; Generic Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget.NestedClass`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget.NestedClass`1:Signature">
+ <div class="Signature">public class <b>Widget.NestedClass&lt;T&gt;</b></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget.NestedClass`1:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.NestedClass`1:Docs:Type Parameters')">
+ <span id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.NestedClass`1:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget.NestedClass`1</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget.NestedClass`1:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget.NestedClass`1:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget.NestedClass`1">Widget.NestedClass</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Fields')">
+ <span id="Public Fields:toggle">⊟</span> Public Fields</a>
+ </h3>
+ <blockquote id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.NestedClass`1.value">value</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32)">M</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </b>(<i>this</i> <a href="javascript:alert(&quot;Documentation not found.&quot;)">T</a>)<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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget.NestedClass`1:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget.NestedClass`1">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass`1:member')">
+ <span id="C:Mono.DocTest.Widget.NestedClass`1:member:toggle">⊟</span> Widget.NestedClass Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Widget.NestedClass`1:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Widget.NestedClass</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass`1:Remarks')">
+ <span id="C:Mono.DocTest.Widget.NestedClass`1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget.NestedClass`1:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget.NestedClass`1:Version Information')">
+ <span id="C:Mono.DocTest.Widget.NestedClass`1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget.NestedClass`1:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):member')">
+ <span id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):member:toggle">⊟</span> M Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):member">
+ <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.Void">void</a> <b>M</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Parameters')">
+ <span id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>Another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Remarks')">
+ <span id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Remarks">
+ <tt>M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Version Information')">
+ <span id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.NestedClass`1.M(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.NestedClass`1.value">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass`1.value:member')">
+ <span id="F:Mono.DocTest.Widget.NestedClass`1.value:member:toggle">⊟</span> value Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.NestedClass`1.value:member">
+ <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>value</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass`1.value:Remarks')">
+ <span id="F:Mono.DocTest.Widget.NestedClass`1.value:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.NestedClass`1.value:Remarks">
+ <tt>F:Mono.DocTest.Widget.NestedClass`1.value</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.NestedClass`1.value:Version Information')">
+ <span id="F:Mono.DocTest.Widget.NestedClass`1.value:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.NestedClass`1.value:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Widget.html b/mdoc/Test/html.expected/Mono.DocTest/Widget.html
new file mode 100644
index 00000000..92247ced
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/Widget.html
@@ -0,0 +1,1779 @@
+<html>
+ <head>
+ <title>Mono.DocTest.Widget</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">Mono.DocTest Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:Mono.DocTest.Widget">Overview</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:Mono.DocTest.Widget:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:Mono.DocTest.Widget">Widget Class</h1>
+ <p class="Summary" id="T:Mono.DocTest.Widget:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:Mono.DocTest.Widget:Signature">
+ <div class="Signature">public class <b>Widget</b> : <a href="../Mono.DocTest/IProcess.html">IProcess</a></div>
+ </div>
+ <div class="Remarks" id="T:Mono.DocTest.Widget:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget:Docs:See Also')">
+ <span id="T:Mono.DocTest.Widget:Docs:See Also:toggle">⊟</span> See Also</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget:Docs:See Also">
+ <div>
+ <a href="../Mono.DocTest/Widget.html#P:Mono.DocTest.Widget.Item(System.Int32)">Widget.Item(int)</a>
+ </div>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget:Docs:Remarks')">
+ <span id="T:Mono.DocTest.Widget:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget:Docs:Remarks">
+ <tt>T:Mono.DocTest.Widget</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:Mono.DocTest.Widget:Docs:Version Information')">
+ <span id="T:Mono.DocTest.Widget:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:Mono.DocTest.Widget:Docs:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget">Widget</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:Mono.DocTest.Widget(System.String)">Widget</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Fields')">
+ <span id="Public Fields:toggle">⊟</span> Public Fields</a>
+ </h3>
+ <blockquote id="Public Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.array1">array1</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.array2">array2</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Widget.html">Widget</a>[,]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.classCtorError">classCtorError</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[]</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.message">message</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.pCount">pCount</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>*</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.ppValues">ppValues</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>**</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Protected Fields')">
+ <span id="Protected Fields:toggle">⊟</span> Protected Fields</a>
+ </h3>
+ <blockquote id="Protected Fields">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.defaultColor">defaultColor</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="../Mono.DocTest/Color.html">Color</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>readonly </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.monthlyAverage">monthlyAverage</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>const </div>
+ </td>
+ <td>
+ <b>
+ <a href="#F:Mono.DocTest.Widget.PI">PI</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i> (3.14159). <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Properties')">
+ <span id="Public Properties:toggle">⊟</span> Public Properties</a>
+ </h3>
+ <blockquote id="Public Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ <i>default property</i>
+ </div>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Item(System.Int32)">Item</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ <i>default property</i>
+ </div>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Item(System.String,System.Int32)">Item</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)</td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Width">Width</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Protected Properties')">
+ <span id="Protected Properties:toggle">⊟</span> Protected Properties</a>
+ </h3>
+ <blockquote id="Protected Properties">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>[read-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Height">Height</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>[write-only]<div></div></td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.X">X</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#P:Mono.DocTest.Widget.Y">Y</a>
+ </b>
+ </td>
+ <td>
+ <i>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>
+ </i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M0">M0</a>
+ </b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">M1</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>, <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>, <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">M2</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Protected Methods')">
+ <span id="Protected Methods:toggle">⊟</span> Protected Methods</a>
+ </h3>
+ <blockquote id="Protected Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">M3</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][], <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">M4</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>*, <a href="../Mono.DocTest/Color.html">Color</a>**)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">M5</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>*, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">M6</a>
+ </b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[])<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Events')">
+ <span id="Public Events:toggle">⊟</span> Public Events</a>
+ </h3>
+ <blockquote id="Public Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.AnEvent">AnEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Protected Events')">
+ <span id="Protected Events:toggle">⊟</span> Protected Events</a>
+ </h3>
+ <blockquote id="Protected Events">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <b>
+ <a href="#E:Mono.DocTest.Widget.AnotherEvent">AnotherEvent</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Operators')">
+ <span id="Public Operators:toggle">⊟</span> Public Operators</a>
+ </h3>
+ <blockquote id="Public Operators">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">Addition</a>
+ </b>(<a href="../Mono.DocTest/Widget.html">Widget</a>, <a href="../Mono.DocTest/Widget.html">Widget</a>)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">UnaryPlus</a>
+ </b>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">Conversion to System.Int32</a>
+ </b>(Explicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td>
+ <b>
+ <a href="#M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">Conversion to System.Int64</a>
+ </b>(Implicit)</td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:Mono.DocTest.Widget:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:Mono.DocTest.Widget">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget:member')">
+ <span id="C:Mono.DocTest.Widget:member:toggle">⊟</span> Widget Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Widget:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Widget</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget:Remarks')">
+ <span id="C:Mono.DocTest.Widget:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget:Remarks">
+ <p>
+ <tt>C:Mono.DocTest.Widget</tt>.</p>
+ <p>
+ <tt>M:Mono.DocTest.Widget.#ctor</tt>.</p>
+ <p>
+ <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.String)">Widget(string)</a>
+ </p>
+ <p>
+ <a href="../Mono.DocTest/Widget.html#C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">Widget(Converter&lt;string, string&gt;)</a>
+ </p>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget:Version Information')">
+ <span id="C:Mono.DocTest.Widget:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String})">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member')">
+ <span id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member:toggle">⊟</span> Widget Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a> c)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters')">
+ <span id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Parameters">
+ <dl>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;string, string&gt;</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks')">
+ <span id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Remarks">
+ <tt>C:Mono.DocTest.Widget(System.Converter{System.String,System.String})</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information')">
+ <span id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.Converter{System.String,System.String}):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="C:Mono.DocTest.Widget(System.String)">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.String):member')">
+ <span id="C:Mono.DocTest.Widget(System.String):member:toggle">⊟</span> Widget Constructor</a>
+ </h3>
+ <blockquote id="C:Mono.DocTest.Widget(System.String):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Widget</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> s)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.String):Parameters')">
+ <span id="C:Mono.DocTest.Widget(System.String):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Parameters">
+ <dl>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.String):Remarks')">
+ <span id="C:Mono.DocTest.Widget(System.String):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Remarks">
+ <p>
+ <tt>C:Mono.DocTest.Widget(System.String)</tt>.</p>
+ <p>
+ <tt>M:Mono.DocTest.Widget.#ctor(System.String)</tt>.</p>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:Mono.DocTest.Widget(System.String):Version Information')">
+ <span id="C:Mono.DocTest.Widget(System.String):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:Mono.DocTest.Widget(System.String):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.AnEvent">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnEvent:member')">
+ <span id="E:Mono.DocTest.Widget.AnEvent:member:toggle">⊟</span> AnEvent Event</a>
+ </h3>
+ <blockquote id="E:Mono.DocTest.Widget.AnEvent:member">
+ <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:Remarks')">
+ <span id="E:Mono.DocTest.Widget.AnEvent:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnEvent:Remarks">
+ <tt>E:Mono.DocTest.Widget.AnEvent</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnEvent:Version Information')">
+ <span id="E:Mono.DocTest.Widget.AnEvent:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="E:Mono.DocTest.Widget.AnotherEvent">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnotherEvent:member')">
+ <span id="E:Mono.DocTest.Widget.AnotherEvent:member:toggle">⊟</span> AnotherEvent Event</a>
+ </h3>
+ <blockquote id="E:Mono.DocTest.Widget.AnotherEvent:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">protected event <a href="../Mono.DocTest/Widget+Del.html">Widget.Del</a> <b>AnotherEvent</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnotherEvent:Remarks')">
+ <span id="E:Mono.DocTest.Widget.AnotherEvent:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Remarks">
+ <tt>E:Mono.DocTest.Widget.AnotherEvent</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('E:Mono.DocTest.Widget.AnotherEvent:Version Information')">
+ <span id="E:Mono.DocTest.Widget.AnotherEvent:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="E:Mono.DocTest.Widget.AnotherEvent:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.array1">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array1:member')">
+ <span id="F:Mono.DocTest.Widget.array1:member:toggle">⊟</span> array1 Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.array1:member">
+ <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.Int64">long</a>[] <b>array1</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array1:Remarks')">
+ <span id="F:Mono.DocTest.Widget.array1:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.array1:Remarks">
+ <tt>F:Mono.DocTest.Widget.array1</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array1:Version Information')">
+ <span id="F:Mono.DocTest.Widget.array1:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.array1:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.array2">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array2:member')">
+ <span id="F:Mono.DocTest.Widget.array2:member:toggle">⊟</span> array2 Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.array2:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <a href="../Mono.DocTest/Widget.html">Widget</a>[,] <b>array2</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array2:Remarks')">
+ <span id="F:Mono.DocTest.Widget.array2:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.array2:Remarks">
+ <tt>F:Mono.DocTest.Widget.array2</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.array2:Version Information')">
+ <span id="F:Mono.DocTest.Widget.array2:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.array2:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.classCtorError">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.classCtorError:member')">
+ <span id="F:Mono.DocTest.Widget.classCtorError:member:toggle">⊟</span> classCtorError Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.classCtorError:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>[] <b>classCtorError</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.classCtorError:Remarks')">
+ <span id="F:Mono.DocTest.Widget.classCtorError:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.classCtorError:Remarks">
+ <tt>F:Mono.DocTest.Widget.classCtorError</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.classCtorError:Version Information')">
+ <span id="F:Mono.DocTest.Widget.classCtorError:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.classCtorError:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.defaultColor">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.defaultColor:member')">
+ <span id="F:Mono.DocTest.Widget.defaultColor:member:toggle">⊟</span> defaultColor Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.defaultColor:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">protected static <a href="../Mono.DocTest/Color.html">Color</a> <b>defaultColor</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.defaultColor:Remarks')">
+ <span id="F:Mono.DocTest.Widget.defaultColor:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.defaultColor:Remarks">
+ <tt>F:Mono.DocTest.Widget.defaultColor</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.defaultColor:Version Information')">
+ <span id="F:Mono.DocTest.Widget.defaultColor:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.defaultColor:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Height">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Height:member')">
+ <span id="P:Mono.DocTest.Widget.Height:member:toggle">⊟</span> Height Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.Height:member">
+ <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>
+ <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>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Height:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> value...</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Height:Remarks')">
+ <span id="P:Mono.DocTest.Widget.Height:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Height:Remarks">
+ <tt>P:Mono.DocTest.Widget.Height</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Height:Version Information')">
+ <span id="P:Mono.DocTest.Widget.Height:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Height:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Item(System.Int32)">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.Int32):member')">
+ <span id="P:Mono.DocTest.Widget.Item(System.Int32):member:toggle">⊟</span> Item Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.Item(System.Int32):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <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>
+ <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>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>TODO</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.Int32):Value')">
+ <span id="P:Mono.DocTest.Widget.Item(System.Int32):Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.Int32):Remarks')">
+ <span id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Remarks">
+ <tt>P:Mono.DocTest.Widget.Item(System.Int32)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.Int32):Version Information')">
+ <span id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Item(System.String,System.Int32)">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.String,System.Int32):member')">
+ <span id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member:toggle">⊟</span> Item Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <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.String">string</a> s, <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.String,System.Int32):Parameters')">
+ <span id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>s</i>
+ </dt>
+ <dd>Some <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>.</dd>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>I love <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>s.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.String,System.Int32):Value')">
+ <span id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks')">
+ <span id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Remarks">
+ <tt>P:Mono.DocTest.Widget.Item(System.String,System.Int32)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information')">
+ <span id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Item(System.String,System.Int32):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M0">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M0:member')">
+ <span id="M:Mono.DocTest.Widget.M0:member:toggle">⊟</span> M0 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M0:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M0</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M0:Remarks')">
+ <span id="M:Mono.DocTest.Widget.M0:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M0:Remarks">
+ <tt>M:Mono.DocTest.Widget.M0</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M0:Version Information')">
+ <span id="M:Mono.DocTest.Widget.M0:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M0:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member')">
+ <span id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member:toggle">⊟</span> M1 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">[Mono.DocTest.Doc("normal DocAttribute")]<br />[return:Mono.DocTest.Doc("return:DocAttribute")]<br />public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>M1</b> ([Mono.DocTest.Doc("c")] <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> c, [Mono.DocTest.Doc("f")] <i>out</i> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a> f, [Mono.DocTest.Doc("v")] <i>ref</i> <a href="../Mono.DocTest/DocValueType.html">DocValueType</a> v)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Parameters">
+ <dl>
+ <dt>
+ <i>c</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>.</dd>
+ <dt>
+ <i>f</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Single">float</a>.</dd>
+ <dt>
+ <i>v</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest/DocValueType.html">Mono.DocTest.DocValueType</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Remarks">
+ <tt>M:Mono.DocTest.Widget.M1(System.Char,System.Signle@,Mono.DocTest.DocValueType@)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M1(System.Char,System.Single@,Mono.DocTest.DocValueType@):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][])">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member')">
+ <span id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member:toggle">⊟</span> M2 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):member">
+ <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.Void">void</a> <b>M2</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a>[] x1, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>[,] x2, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Parameters">
+ <dl>
+ <dt>
+ <i>x1</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> array.</dd>
+ <dt>
+ <i>x2</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> array.</dd>
+ <dt>
+ <i>x3</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Remarks">
+ <tt>M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[0:,0:],System.Int64[][])</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M2(System.Int16[],System.Int32[,],System.Int64[][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][])">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member')">
+ <span id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member:toggle">⊟</span> M3 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):member">
+ <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.Void">void</a> <b>M3</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a>[][] x3, <a href="../Mono.DocTest/Widget.html">Widget</a>[,,][] x4)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Parameters">
+ <dl>
+ <dt>
+ <i>x3</i>
+ </dt>
+ <dd>Another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> array.</dd>
+ <dt>
+ <i>x4</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> array.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Remarks">
+ <tt>M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[0:,0:,0:][])</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M3(System.Int64[][],Mono.DocTest.Widget[,,][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member')">
+ <span id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member:toggle">⊟</span> M4 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):member">
+ <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.Void">void</a> <b>M4</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a>* pc, <a href="../Mono.DocTest/Color.html">Color</a>** ppf)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Parameters">
+ <dl>
+ <dt>
+ <i>pc</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Char">char</a> pointer.</dd>
+ <dt>
+ <i>ppf</i>
+ </dt>
+ <dd>A <a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a> pointer.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Remarks">
+ <tt>M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M4(System.Char*,Mono.DocTest.Color**):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][])">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member')">
+ <span id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member:toggle">⊟</span> M5 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):member">
+ <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.Void">void</a> <b>M5</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a>* pv, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a>*[,][] pd)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Parameters">
+ <dl>
+ <dt>
+ <i>pv</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> pointer.</dd>
+ <dt>
+ <i>pd</i>
+ </dt>
+ <dd>A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> array.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Remarks">
+ <tt>M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[0:,0:][])</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M5(System.Void*,System.Double*[,][]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member')">
+ <span id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member:toggle">⊟</span> M6 Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):member">
+ <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.Void">void</a> <b>M6</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> i, <b>params</b> <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>[] args)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters')">
+ <span id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Parameters">
+ <dl>
+ <dt>
+ <i>i</i>
+ </dt>
+ <dd>Yet another <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>.</dd>
+ <dt>
+ <i>args</i>
+ </dt>
+ <dd>An <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> array.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks')">
+ <span id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Remarks">
+ <tt>M:Mono.DocTest.Widget.M6(System.Int32,System.Object[])</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information')">
+ <span id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.M6(System.Int32,System.Object[]):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.message">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.message:member')">
+ <span id="F:Mono.DocTest.Widget.message:member:toggle">⊟</span> message Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.message:member">
+ <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.String">string</a> <b>message</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.message:Remarks')">
+ <span id="F:Mono.DocTest.Widget.message:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.message:Remarks">
+ <tt>F:Mono.DocTest.Widget.message</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.message:Version Information')">
+ <span id="F:Mono.DocTest.Widget.message:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.message:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.monthlyAverage">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.monthlyAverage:member')">
+ <span id="F:Mono.DocTest.Widget.monthlyAverage:member:toggle">⊟</span> monthlyAverage Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.monthlyAverage:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">protected readonly <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>monthlyAverage</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.monthlyAverage:Remarks')">
+ <span id="F:Mono.DocTest.Widget.monthlyAverage:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Remarks">
+ <tt>F:Mono.DocTest.Widget.monthlyAverage</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.monthlyAverage:Version Information')">
+ <span id="F:Mono.DocTest.Widget.monthlyAverage:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.monthlyAverage:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member')">
+ <span id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member:toggle">⊟</span> op_Addition Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x1, <a href="../Mono.DocTest/Widget.html">Widget</a> x2)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters')">
+ <span id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Parameters">
+ <dl>
+ <dt>
+ <i>x1</i>
+ </dt>
+ <dd>Yet Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
+ <dt>
+ <i>x2</i>
+ </dt>
+ <dd>Yay, <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Returns')">
+ <span id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Returns">A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> instance (2).</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks')">
+ <span id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Remarks">
+ <tt>M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information')">
+ <span id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Addition(Mono.DocTest.Widget,Mono.DocTest.Widget):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member')">
+ <span id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member:toggle">⊟</span> Conversion Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static explicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters')">
+ <span id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>
+ <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>s are fun!.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Returns')">
+ <span id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks')">
+ <span id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Remarks">
+ <tt>M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information')">
+ <span id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Explicit(Mono.DocTest.Widget)~System.Int32:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member')">
+ <span id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member:toggle">⊟</span> Conversion Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static implicit operator <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters')">
+ <span id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>
+ <tt>foo</tt>; <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Returns')">
+ <span id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Returns">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int64">long</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks')">
+ <span id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Remarks">
+ <tt>M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information')">
+ <span id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_Implicit(Mono.DocTest.Widget)~System.Int64:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member')">
+ <span id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member:toggle">⊟</span> op_UnaryPlus Method</a>
+ </h3>
+ <blockquote id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="../Mono.DocTest/Widget.html">Widget</a> operator+ (<a href="../Mono.DocTest/Widget.html">Widget</a> x)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters')">
+ <span id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Parameters">
+ <dl>
+ <dt>
+ <i>x</i>
+ </dt>
+ <dd>Another <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a>.</dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Returns')">
+ <span id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Returns">A <a href="../Mono.DocTest/Widget.html">Mono.DocTest.Widget</a> instance.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks')">
+ <span id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Remarks">
+ <tt>M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget)</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information')">
+ <span id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:Mono.DocTest.Widget.op_UnaryPlus(Mono.DocTest.Widget):Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.pCount">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.pCount:member')">
+ <span id="F:Mono.DocTest.Widget.pCount:member:toggle">⊟</span> pCount Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.pCount:member">
+ <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>pCount</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.pCount:Remarks')">
+ <span id="F:Mono.DocTest.Widget.pCount:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.pCount:Remarks">
+ <tt>F:Mono.DocTest.Widget.pCount</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.pCount:Version Information')">
+ <span id="F:Mono.DocTest.Widget.pCount:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.pCount:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.PI">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.PI:member')">
+ <span id="F:Mono.DocTest.Widget.PI:member:toggle">⊟</span> PI Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.PI:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <p>
+ <b>Value: </b>3.14159</p>
+ <div class="Signature">protected const <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> <b>PI</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.PI:Remarks')">
+ <span id="F:Mono.DocTest.Widget.PI:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.PI:Remarks">
+ <tt>F:Mono.DocTest.Widget.PI</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.PI:Version Information')">
+ <span id="F:Mono.DocTest.Widget.PI:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.PI:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="F:Mono.DocTest.Widget.ppValues">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.ppValues:member')">
+ <span id="F:Mono.DocTest.Widget.ppValues:member:toggle">⊟</span> ppValues Field</a>
+ </h3>
+ <blockquote id="F:Mono.DocTest.Widget.ppValues:member">
+ <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.Single">float</a>** <b>ppValues</b> </div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.ppValues:Remarks')">
+ <span id="F:Mono.DocTest.Widget.ppValues:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.ppValues:Remarks">
+ <tt>F:Mono.DocTest.Widget.ppValues</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('F:Mono.DocTest.Widget.ppValues:Version Information')">
+ <span id="F:Mono.DocTest.Widget.ppValues:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="F:Mono.DocTest.Widget.ppValues:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Width">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Width:member')">
+ <span id="P:Mono.DocTest.Widget.Width:member:toggle">⊟</span> Width Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.Width:member">
+ <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>
+ <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>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Width:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> value...</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Width:Remarks')">
+ <span id="P:Mono.DocTest.Widget.Width:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Width:Remarks">
+ <tt>P:Mono.DocTest.Widget.Width</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Width:Version Information')">
+ <span id="P:Mono.DocTest.Widget.Width:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Width:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.X">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.X:member')">
+ <span id="P:Mono.DocTest.Widget.X:member:toggle">⊟</span> X Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.X:member">
+ <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.Int16">short</a> <b>X</b> { set; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.X:Value')">
+ <span id="P:Mono.DocTest.Widget.X:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.X:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int16">short</a> value...</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.X:Remarks')">
+ <span id="P:Mono.DocTest.Widget.X:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.X:Remarks">
+ <tt>P:Mono.DocTest.Widget.X</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.X:Version Information')">
+ <span id="P:Mono.DocTest.Widget.X:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.X:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="P:Mono.DocTest.Widget.Y">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Y:member')">
+ <span id="P:Mono.DocTest.Widget.Y:member:toggle">⊟</span> Y Property</a>
+ </h3>
+ <blockquote id="P:Mono.DocTest.Widget.Y:member">
+ <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.Double">double</a> <b>Y</b> { set; get; }</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Y:Value')">
+ <span id="P:Mono.DocTest.Widget.Y:Value:toggle">⊟</span> Value</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Y:Value">A <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Double">double</a> value...</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Y:Remarks')">
+ <span id="P:Mono.DocTest.Widget.Y:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Y:Remarks">
+ <tt>P:Mono.DocTest.Widget.Y</tt>.</blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('P:Mono.DocTest.Widget.Y:Version Information')">
+ <span id="P:Mono.DocTest.Widget.Y:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="P:Mono.DocTest.Widget.Y:Version Information">
+ <b>Namespace: </b>Mono.DocTest<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/Mono.DocTest/index.html b/mdoc/Test/html.expected/Mono.DocTest/index.html
new file mode 100644
index 00000000..15db14ee
--- /dev/null
+++ b/mdoc/Test/html.expected/Mono.DocTest/index.html
@@ -0,0 +1,296 @@
+<html>
+ <head>
+ <title>DocTest: Mono.DocTest</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">Mono.DocTest Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Color.html">Color</a>
+ </td>
+ <td>Possible colors</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./DocAttribute.html">DocAttribute</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./DocValueType.html">DocValueType</a>
+ </td>
+ <td>Process interface</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./IProcess.html">IProcess</a>
+ </td>
+ <td>Process interface</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./UseLists.html">UseLists</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget.html">Widget</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+Del.html">Widget.Del</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+Direction.html">Widget.Direction</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+IMenuItem.html">Widget.IMenuItem</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass.html">Widget.NestedClass</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Widget+NestedClass`1.html">Widget.NestedClass&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/NoNamespace.html b/mdoc/Test/html.expected/NoNamespace.html
new file mode 100644
index 00000000..513c0267
--- /dev/null
+++ b/mdoc/Test/html.expected/NoNamespace.html
@@ -0,0 +1,324 @@
+<html>
+ <head>
+ <title>NoNamespace</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html"> Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:NoNamespace">Overview</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:NoNamespace:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:NoNamespace">NoNamespace Class</h1>
+ <p class="Summary" id="T:NoNamespace:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:NoNamespace:Signature">
+ <div class="Signature">public class <b>NoNamespace</b></div>
+ </div>
+ <div class="Remarks" id="T:NoNamespace:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:NoNamespace:Docs:Remarks')">
+ <span id="T:NoNamespace:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:NoNamespace:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:NoNamespace:Docs:Version Information')">
+ <span id="T:NoNamespace:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:NoNamespace:Docs:Version Information">
+ <b>Namespace: </b>
+ <br />
+ <b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:NoNamespace">NoNamespace</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:NoNamespace:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:NoNamespace">
+ <a href="javascript:toggle_display('C:NoNamespace:member')">
+ <span id="C:NoNamespace:member:toggle">⊟</span> NoNamespace Constructor</a>
+ </h3>
+ <blockquote id="C:NoNamespace:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>NoNamespace</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:NoNamespace:Remarks')">
+ <span id="C:NoNamespace:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:NoNamespace:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:NoNamespace:Version Information')">
+ <span id="C:NoNamespace:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:NoNamespace:Version Information">
+ <b>Namespace: </b>
+ <br />
+ <b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/Action`1.html b/mdoc/Test/html.expected/System/Action`1.html
new file mode 100644
index 00000000..4090795d
--- /dev/null
+++ b/mdoc/Test/html.expected/System/Action`1.html
@@ -0,0 +1,264 @@
+<html>
+ <head>
+ <title>System.Action&lt;T&gt;</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Action`1">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Action`1:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Action`1">Action&lt;T&gt; Generic Delegate</h1>
+ <p class="Summary" id="T:System.Action`1:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:System.Action`1:Signature">
+ <div class="Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Action&lt;T&gt;</b> (<i title="To be added.">T</i> obj)</div>
+ </div>
+ <div class="Remarks" id="T:System.Action`1:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Action`1:Docs:Type Parameters')">
+ <span id="T:System.Action`1:Docs:Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Action`1:Docs:Parameters')">
+ <span id="T:System.Action`1:Docs:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>obj</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Action`1:Docs:Remarks')">
+ <span id="T:System.Action`1:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Remarks">
+ <tt>T:System.Action`1</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Action`1:Docs:Version Information')">
+ <span id="T:System.Action`1:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Action`1:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:System.Action`1:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/Array.html b/mdoc/Test/html.expected/System/Array.html
new file mode 100644
index 00000000..5d0b37f5
--- /dev/null
+++ b/mdoc/Test/html.expected/System/Array.html
@@ -0,0 +1,545 @@
+<html>
+ <head>
+ <title>System.Array</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Array">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Array:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Array">Array Class</h1>
+ <p class="Summary" id="T:System.Array:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:System.Array:Signature">
+ <div class="Signature">public class <b>Array</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Array:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Array:Docs:Remarks')">
+ <span id="T:System.Array:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Array:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Array:Docs:Version Information')">
+ <span id="T:System.Array:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Array:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Constructors')">
+ <span id="Public Constructors:toggle">⊟</span> Public Constructors</a>
+ </h3>
+ <blockquote id="Public Constructors">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>
+ </div>
+ </td>
+ <td>
+ <div>
+ <b>
+ <a href="#C:System.Array">Array</a>
+ </b>()</div>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.AsReadOnly``1(``0[])">AsReadOnly&lt;T&gt;</a>
+ </b>(<i title="To be added.">T</i>[])<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.ObjectModel.ReadOnlyCollection`1">System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})">ConvertAll&lt;TInput,TOutput&gt;</a>
+ </b>(<i title="To be added.">TInput</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;TInput, TOutput&gt;</a>)<nobr> : <i title="To be added.">TOutput</i>[]</nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Array.Resize``1(``0[]@,System.Int32)">Resize&lt;T&gt;</a>
+ </b>(<i>ref</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ <h3>
+ <a href="javascript:toggle_display('Extension Methods')">
+ <span id="Extension Methods:toggle">⊟</span> Extension Methods</a>
+ </h3>
+ <blockquote id="Extension Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="../Mono.DocTest.Generic/Extensions.html#M:Mono.DocTest.Generic.Extensions.ToEnumerable``1(``0)">ToEnumerable&lt;T&gt;</a>
+ </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>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:System.Array:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="C:System.Array">
+ <a href="javascript:toggle_display('C:System.Array:member')">
+ <span id="C:System.Array:member:toggle">⊟</span> Array Constructor</a>
+ </h3>
+ <blockquote id="C:System.Array:member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public <b>Array</b> ()</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:System.Array:Remarks')">
+ <span id="C:System.Array:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:System.Array:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('C:System.Array:Version Information')">
+ <span id="C:System.Array:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="C:System.Array:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.AsReadOnly``1(``0[])">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):member')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):member:toggle">⊟</span> AsReadOnly&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:System.Array.AsReadOnly``1(``0[]):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.ObjectModel.ReadOnlyCollection`1">System.Collections.ObjectModel.ReadOnlyCollection&lt;T&gt;</a> <b>AsReadOnly&lt;T&gt;</b> (<i title="To be added.">T</i>[] array)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):Type Parameters')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):Parameters')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):Returns')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):Remarks')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.AsReadOnly``1(``0[]):Version Information')">
+ <span id="M:System.Array.AsReadOnly``1(``0[]):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.AsReadOnly``1(``0[]):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1})">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):member')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):member:toggle">⊟</span> ConvertAll&lt;TInput,TOutput&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <i title="To be added.">TOutput</i>[] <b>ConvertAll&lt;TInput, TOutput&gt;</b> (<i title="To be added.">TInput</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Converter`2">Converter&lt;TInput, TOutput&gt;</a> converter)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Type Parameters')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Type Parameters">
+ <dl>
+ <dt>
+ <i>TInput</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>TOutput</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Parameters')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>converter</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Returns')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Remarks')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Version Information')">
+ <span id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.ConvertAll``2(``0[],System.Converter{``0,``1}):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ <h3 id="M:System.Array.Resize``1(``0[]@,System.Int32)">
+ <a href="javascript:toggle_display('M:System.Array.Resize``1(``0[]@,System.Int32):member')">
+ <span id="M:System.Array.Resize``1(``0[]@,System.Int32):member:toggle">⊟</span> Resize&lt;T&gt; Generic Method</a>
+ </h3>
+ <blockquote id="M:System.Array.Resize``1(``0[]@,System.Int32):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Resize&lt;T&gt;</b> (<i>ref</i> <i title="To be added.">T</i>[] array, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> newSize)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.Resize``1(``0[]@,System.Int32):Type Parameters')">
+ <span id="M:System.Array.Resize``1(``0[]@,System.Int32):Type Parameters:toggle">⊟</span> Type Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Type Parameters">
+ <dl>
+ <dt>
+ <i>T</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.Resize``1(``0[]@,System.Int32):Parameters')">
+ <span id="M:System.Array.Resize``1(``0[]@,System.Int32):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>array</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>newSize</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.Resize``1(``0[]@,System.Int32):Remarks')">
+ <span id="M:System.Array.Resize``1(``0[]@,System.Int32):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Array.Resize``1(``0[]@,System.Int32):Version Information')">
+ <span id="M:System.Array.Resize``1(``0[]@,System.Int32):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Array.Resize``1(``0[]@,System.Int32):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/AsyncCallback.html b/mdoc/Test/html.expected/System/AsyncCallback.html
new file mode 100644
index 00000000..a497b28a
--- /dev/null
+++ b/mdoc/Test/html.expected/System/AsyncCallback.html
@@ -0,0 +1,250 @@
+<html>
+ <head>
+ <title>System.AsyncCallback</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.AsyncCallback">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.AsyncCallback:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.AsyncCallback">AsyncCallback Delegate</h1>
+ <p class="Summary" id="T:System.AsyncCallback:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:System.AsyncCallback:Signature">
+ <div class="Signature">public delegate <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>AsyncCallback</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IAsyncResult">IAsyncResult</a> ar)</div>
+ </div>
+ <div class="Remarks" id="T:System.AsyncCallback:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.AsyncCallback:Docs:Parameters')">
+ <span id="T:System.AsyncCallback:Docs:Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.AsyncCallback:Docs:Parameters">
+ <dl>
+ <dt>
+ <i>ar</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.AsyncCallback:Docs:Remarks')">
+ <span id="T:System.AsyncCallback:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.AsyncCallback:Docs:Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.AsyncCallback:Docs:Version Information')">
+ <span id="T:System.AsyncCallback:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.AsyncCallback:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:System.AsyncCallback:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/Environment+SpecialFolder.html b/mdoc/Test/html.expected/System/Environment+SpecialFolder.html
new file mode 100644
index 00000000..60615b08
--- /dev/null
+++ b/mdoc/Test/html.expected/System/Environment+SpecialFolder.html
@@ -0,0 +1,248 @@
+<html>
+ <head>
+ <title>System.Environment.SpecialFolder</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Environment.SpecialFolder">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment.SpecialFolder:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Environment.SpecialFolder">Environment.SpecialFolder Enum</h1>
+ <p class="Summary" id="T:System.Environment.SpecialFolder:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:System.Environment.SpecialFolder:Signature">
+ <div class="Signature">public enum <b>Environment.SpecialFolder</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Environment.SpecialFolder:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Environment.SpecialFolder:Docs:Remarks')">
+ <span id="T:System.Environment.SpecialFolder:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Environment.SpecialFolder:Docs:Remarks">
+ <tt>T:System.Environment+SpecialFolder</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Environment.SpecialFolder:Docs:Members')">
+ <span id="T:System.Environment.SpecialFolder:Docs:Members:toggle">⊟</span> Members</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Environment.SpecialFolder:Docs:Members">
+ <table class="Enumeration">
+ <tr>
+ <th>Member Name</th>
+ <th>Description</th>
+ </tr>
+ </table>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Environment.SpecialFolder:Docs:Version Information')">
+ <span id="T:System.Environment.SpecialFolder:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Environment.SpecialFolder:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ </div>
+ <div class="Members" id="T:System.Environment.SpecialFolder:Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/Environment.html b/mdoc/Test/html.expected/System/Environment.html
new file mode 100644
index 00000000..c2c96b60
--- /dev/null
+++ b/mdoc/Test/html.expected/System/Environment.html
@@ -0,0 +1,316 @@
+<html>
+ <head>
+ <title>System.Environment</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a> : <a href="index.html">System Namespace</a></div>
+ <div class="SideBar">
+ <p>
+ <a href="#T:System.Environment">Overview</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Signature">Signature</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Docs">Remarks</a>
+ </p>
+ <p>
+ <a href="#Members">Members</a>
+ </p>
+ <p>
+ <a href="#T:System.Environment:Members">Member Details</a>
+ </p>
+ </div>
+ <h1 class="PageTitle" id="T:System.Environment">Environment Class</h1>
+ <p class="Summary" id="T:System.Environment:Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div id="T:System.Environment:Signature">
+ <div class="Signature">public static class <b>Environment</b></div>
+ </div>
+ <div class="Remarks" id="T:System.Environment:Docs">
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Environment:Docs:Remarks')">
+ <span id="T:System.Environment:Docs:Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Remarks">
+ <tt>T:System.Environment</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('T:System.Environment:Docs:Version Information')">
+ <span id="T:System.Environment:Docs:Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="T:System.Environment:Docs:Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <h2 class="Section" id="Members">
+ <a href="javascript:toggle_display('_Members')">
+ <span id="_Members:toggle">⊟</span> Members</a>
+ </h2>
+ <blockquote class="SectionBox" id="_Members">
+ <p>
+ See Also: Inherited members from
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
+ </p>
+ <h3>
+ <a href="javascript:toggle_display('Public Methods')">
+ <span id="Public Methods:toggle">⊟</span> Public Methods</a>
+ </h3>
+ <blockquote id="Public Methods">
+ <div class="SubsectionBox">
+ <table class="TypeMembers">
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">GetFolderPath</a>
+ </b>(<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
+ </tr>
+ </table>
+ </div>
+ </blockquote>
+ </blockquote>
+ </div>
+ <div class="Members" id="T:System.Environment:Members">
+ <h2 class="Section" id="MemberDetails">
+ <a href="javascript:toggle_display('_MemberDetails')">
+ <span id="_MemberDetails:toggle">⊟</span> Member Details</a>
+ </h2>
+ <blockquote class="SectionBox" id="_MemberDetails">
+ <h3 id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder)">
+ <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member')">
+ <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member:toggle">⊟</span> GetFolderPath Method</a>
+ </h3>
+ <blockquote id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):member">
+ <p class="Summary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>GetFolderPath</b> (<a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> folder)</div>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters')">
+ <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters:toggle">⊟</span> Parameters</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Parameters">
+ <dl>
+ <dt>
+ <i>folder</i>
+ </dt>
+ <dd>
+ A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns')">
+ <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns:toggle">⊟</span> Returns</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks')">
+ <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks:toggle">⊟</span> Remarks</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Remarks">
+ <tt>M:System.Environment.GetFolderPath(System.Environment+SpecialFolder)</tt>
+ </blockquote>
+ <h4 class="Subsection">
+ <a href="javascript:toggle_display('M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information')">
+ <span id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information:toggle">⊟</span> Requirements</a>
+ </h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.GetFolderPath(System.Environment.SpecialFolder):Version Information">
+ <b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</blockquote>
+ <hr size="1" />
+ </blockquote>
+ </blockquote>
+ </div>
+ <hr size="1" />
+ <div class="Copyright">
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/System/index.html b/mdoc/Test/html.expected/System/index.html
new file mode 100644
index 00000000..c10244c4
--- /dev/null
+++ b/mdoc/Test/html.expected/System/index.html
@@ -0,0 +1,254 @@
+<html>
+ <head>
+ <title>DocTest: System</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ <a href="../index.html">DocTest</a>
+ </div>
+ <h1 class="PageTitle">System Namespace</h1>
+ <p class="Summary">
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section"> Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Action`1.html">Action&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Array.html">Array</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./AsyncCallback.html">AsyncCallback</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Environment.html">Environment</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./Environment+SpecialFolder.html">Environment.SpecialFolder</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file
diff --git a/mdoc/Test/html.expected/index.html b/mdoc/Test/html.expected/index.html
new file mode 100644
index 00000000..7260f135
--- /dev/null
+++ b/mdoc/Test/html.expected/index.html
@@ -0,0 +1,444 @@
+<html>
+ <head>
+ <title>DocTest</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
+ <style>
+ a { text-decoration: none }
+
+ div.SideBar {
+ padding-left: 1em;
+ padding-right: 1em;
+ right: 0;
+ float: right;
+ border: thin solid black;
+ background-color: #f2f2f2;
+ }
+
+ .CollectionTitle { font-weight: bold }
+ .PageTitle { font-size: 150%; font-weight: bold }
+
+ .Summary { }
+ .Signature { }
+ .Remarks { }
+ .Members { }
+ .Copyright { }
+
+ .Section { font-size: 125%; font-weight: bold }
+ p.Summary {
+ margin-left: 1em;
+ }
+ .SectionBox { margin-left: 2em }
+ .NamespaceName { font-size: 105%; font-weight: bold }
+ .NamespaceSumary { }
+ .MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
+ .Subsection { font-size: 105%; font-weight: bold }
+ .SubsectionBox { margin-left: 2em; margin-bottom: 1em }
+
+ .CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
+
+ .TypesListing {
+ border-collapse: collapse;
+ }
+
+ td {
+ vertical-align: top;
+ }
+ th {
+ text-align: left;
+ }
+
+ .TypesListing td {
+ margin: 0px;
+ padding: .25em;
+ border: solid gray 1px;
+ }
+
+ .TypesListing th {
+ margin: 0px;
+ padding: .25em;
+ background-color: #f2f2f2;
+ border: solid gray 1px;
+ }
+
+ div.Footer {
+ border-top: 1px solid gray;
+ margin-top: 1.5em;
+ padding-top: 0.6em;
+ text-align: center;
+ color: gray;
+ }
+
+ span.NotEntered /* Documentation for this section has not yet been entered */ {
+ font-style: italic;
+ color: red;
+ }
+
+ div.Header {
+ background: #B0C4DE;
+ border: double;
+ border-color: white;
+ border-width: 7px;
+ padding: 0.5em;
+ }
+
+ div.Header * {
+ font-size: smaller;
+ }
+
+ div.Note {
+ }
+
+ i.ParamRef {
+ }
+
+ i.subtitle {
+ }
+
+ ul.TypeMembersIndex {
+ text-align: left;
+ background: #F8F8F8;
+ }
+
+ ul.TypeMembersIndex li {
+ display: inline;
+ margin: 0.5em;
+ }
+
+ table.HeaderTable {
+ }
+
+ table.SignatureTable {
+ }
+
+ table.Documentation, table.Enumeration, table.TypeDocumentation {
+ border-collapse: collapse;
+ width: 100%;
+ }
+
+ table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
+ background: whitesmoke;
+ padding: 0.8em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: bottom;
+ }
+
+ table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
+ padding: 0.5em;
+ border: 1px solid gray;
+ text-align: left;
+ vertical-align: top;
+ }
+
+ table.TypeMembers {
+ border: 1px solid #C0C0C0;
+ width: 100%;
+ }
+
+ table.TypeMembers tr td {
+ background: #F8F8F8;
+ border: white;
+ }
+
+ table.Documentation {
+ }
+
+ table.TypeMembers {
+ }
+
+ div.CodeExample {
+ width: 100%;
+ border: 1px solid #DDDDDD;
+ background-color: #F8F8F8;
+ }
+
+ div.CodeExample p {
+ margin: 0.5em;
+ border-bottom: 1px solid #DDDDDD;
+ }
+
+ div.CodeExample div {
+ margin: 0.5em;
+ }
+
+ h4 {
+ margin-bottom: 0;
+ }
+
+ div.Signature {
+ border: 1px solid #C0C0C0;
+ background: #F2F2F2;
+ padding: 1em;
+ }
+ </style>
+ <script type="text/JavaScript">
+ function toggle_display (block) {
+ var w = document.getElementById (block);
+ var t = document.getElementById (block + ":toggle");
+ if (w.style.display == "none") {
+ w.style.display = "block";
+ t.innerHTML = "⊟";
+ } else {
+ w.style.display = "none";
+ t.innerHTML = "⊞";
+ }
+ }
+ </script>
+ </head>
+ <body>
+ <div class="CollectionTitle">
+ </div>
+ <h1 class="PageTitle">DocTest</h1>
+ <p class="Summary">
+ <div class="AssemblyRemarks" style="margin-top: 1em; margin-bottom: 1em">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ </p>
+ <div>
+ </div>
+ <div class="Remarks">
+ <h2 class="Section">Root Namespace</h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="./NoNamespace.html">NoNamespace</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="Mono.DocTest/index.html">Mono.DocTest Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Color.html">Color</a>
+ </td>
+ <td>Possible colors</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/DocAttribute.html">DocAttribute</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/DocValueType.html">DocValueType</a>
+ </td>
+ <td>Process interface</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/IProcess.html">IProcess</a>
+ </td>
+ <td>Process interface</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/UseLists.html">UseLists</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget.html">Widget</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+Del.html">Widget.Del</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+Direction.html">Widget.Direction</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+IMenuItem.html">Widget.IMenuItem</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass.html">Widget.NestedClass</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest/Widget+NestedClass`1.html">Widget.NestedClass&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="Mono.DocTest.Generic/index.html">Mono.DocTest.Generic Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/Extensions.html">Extensions</a>
+ </td>
+ <td>extension methods!</td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/Func`2.html">Func&lt;TArg,TRet&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1.html">GenericBase&lt;U&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/GenericBase`1+FooEventArgs.html">GenericBase&lt;U&gt;.FooEventArgs</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/IFoo`1.html">IFoo&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`1.html">MyList&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`1+Helper`2.html">MyList&lt;T&gt;.Helper&lt;U,V&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="Mono.DocTest.Generic/MyList`2.html">MyList&lt;A,B&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ <h2 class="Section">
+ <a href="System/index.html">System Namespace</a>
+ </h2>
+ <p>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </p>
+ <table class="TypesListing" style="margin-top: 1em">
+ <tr>
+ <th>Type</th>
+ <th>Description</th>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Action`1.html">Action&lt;T&gt;</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Array.html">Array</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/AsyncCallback.html">AsyncCallback</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Environment.html">Environment</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ <tr valign="top">
+ <td>
+ <a href="System/Environment+SpecialFolder.html">Environment.SpecialFolder</a>
+ </td>
+ <td>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <div class="Members">
+ </div>
+ <hr size="1" />
+ <div class="Copyright">To be added.</div>
+ </body>
+</html> \ No newline at end of file