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:
authorJoel Martinez <joelmartinez@gmail.com>2017-02-17 22:25:54 +0300
committerGitHub <noreply@github.com>2017-02-17 22:25:54 +0300
commit545f975c74ca11903bac8a8875160e9d7d982ac5 (patch)
tree2687a2de31edfcb2a390c9024f57c93357c0452b /mdoc/Test/html.expected
parentca25ca96e90f346e0d58331dcd206e740de13499 (diff)
mdoc: Resolves an issue with generic array extension methods. (#22)
Closes #6
Diffstat (limited to 'mdoc/Test/html.expected')
-rw-r--r--mdoc/Test/html.expected/System/Array.html9
-rw-r--r--mdoc/Test/html.expected/System/Environment.html57
2 files changed, 66 insertions, 0 deletions
diff --git a/mdoc/Test/html.expected/System/Array.html b/mdoc/Test/html.expected/System/Array.html
index a32b00d1..43f9c968 100644
--- a/mdoc/Test/html.expected/System/Array.html
+++ b/mdoc/Test/html.expected/System/Array.html
@@ -293,6 +293,15 @@
</td>
<td colspan="2">
<b>
+ <a href="../System/Environment.html#M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<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>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>
diff --git a/mdoc/Test/html.expected/System/Environment.html b/mdoc/Test/html.expected/System/Environment.html
index b69e6039..1ea92219 100644
--- a/mdoc/Test/html.expected/System/Environment.html
+++ b/mdoc/Test/html.expected/System/Environment.html
@@ -240,6 +240,15 @@
<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>
+ <tr valign="top">
+ <td>
+ <div>static </div>
+ </td>
+ <td colspan="2">
+ <b>
+ <a href="#M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt;</a>
+ </b>(<i>this</i> <i title="To be added.">T</i>[], <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a>)<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>
</table>
</div>
</div>
@@ -296,6 +305,54 @@
<b>Namespace: </b>System<br /><b>Assembly: </b>DocTest (in DocTest.dll)<br /><b>Assembly Versions: </b>0.0.0.0</div>
<hr size="1" />
</blockquote>
+ <h3 id="M:System.Environment.IsAligned``1(``0[],System.Int32)">IsAligned&lt;T&gt; Generic Method</h3>
+ <blockquote id="M:System.Environment.IsAligned``1(``0[],System.Int32):member">
+ <div class="msummary">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2>Syntax</h2>
+ <div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean">bool</a> <b>IsAligned&lt;T&gt;</b> (<i>this</i> <i title="To be added.">T</i>[] vect, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Int32">int</a> index)<br /> where T : struct</div>
+ <h4 class="Subsection">Type Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``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">Parameters</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Parameters">
+ <dl>
+ <dt>
+ <i>vect</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ <dt>
+ <i>index</i>
+ </dt>
+ <dd>
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </dd>
+ </dl>
+ </blockquote>
+ <h4 class="Subsection">Returns</h4>
+ <blockquote class="SubsectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Returns">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </blockquote>
+ <h2 class="Section">Remarks</h2>
+ <div class="SectionBox" id="M:System.Environment.IsAligned``1(``0[],System.Int32):Remarks">
+ <span class="NotEntered">Documentation for this section has not yet been entered.</span>
+ </div>
+ <h2 class="Section">Requirements</h2>
+ <div class="SectionBox" id="M:System.Environment.IsAligned``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</div>
+ <hr size="1" />
+ </blockquote>
</div>
</div>
<hr size="1" />