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:
authorMarek Safar <marek.safar@gmail.com>2015-10-06 14:43:36 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:31:05 +0300
commitf95711659072d5a632b341e888c7c0e06c13ee3a (patch)
tree00d735e8d34683e6c559d71c0abd0f4bf4ef56ad /mdoc/Test/html.expected
parent12fc7b34e3c1954c9b7e7cd7d3e64becd045b97a (diff)
[mdoc] Update expected results due to 3156d1b05d75a2f70f1f2a882dab031a8ceed9f9
Diffstat (limited to 'mdoc/Test/html.expected')
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html16
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html2
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html6
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html8
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/Color.html4
-rw-r--r--mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html4
-rw-r--r--mdoc/Test/html.expected/System/Environment.html4
7 files changed, 22 insertions, 22 deletions
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html
index 8516f82c..11b496fe 100644
--- a/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/Extensions.html
@@ -254,9 +254,9 @@
<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>
+ </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>
@@ -266,7 +266,7 @@
<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>
+ </blockquote></td>
</tr>
<tr valign="top">
<td>
@@ -374,9 +374,9 @@
<h3 id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32})">ToDouble Method</h3>
<blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble(System.Collections.Generic.IEnumerable{System.Int32}):member">
<div class="msummary">
- <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>
- extension method.
- </div>
+ <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;int&gt;</a>
+ extension method.
+ </div>
<h2>Syntax</h2>
<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">Parameters</h4>
@@ -407,7 +407,7 @@
<blockquote id="M:Mono.DocTest.Generic.Extensions.ToDouble``1(``0):member">
<div class="msummary">
<a href="../Mono.DocTest.Generic/IFoo`1.html">Mono.DocTest.Generic.IFoo`1</a> extension method.
- </div>
+ </div>
<h2>Syntax</h2>
<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">Type Parameters</h4>
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html
index 8ecbbc33..a6515dde 100644
--- a/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/IFoo`1.html
@@ -269,7 +269,7 @@
<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>
+ </blockquote></td>
</tr>
<tr valign="top">
<td>
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
index 0ddb2466..8ec7050a 100644
--- a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`1.html
@@ -429,9 +429,9 @@
<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>
+ </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>
diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
index 6ebacddd..453b4d5d 100644
--- a/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
+++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/MyList`2.html
@@ -593,9 +593,9 @@
<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>
+ </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>
@@ -605,7 +605,7 @@
<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>
+ </blockquote></td>
</tr>
<tr valign="top">
<td>
diff --git a/mdoc/Test/html.expected/Mono.DocTest/Color.html b/mdoc/Test/html.expected/Mono.DocTest/Color.html
index dae529e4..5d9b1497 100644
--- a/mdoc/Test/html.expected/Mono.DocTest/Color.html
+++ b/mdoc/Test/html.expected/Mono.DocTest/Color.html
@@ -215,8 +215,8 @@
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="T:Mono.DocTest.Color:Docs:Remarks">
<a href="../Mono.DocTest/Color.html">Mono.DocTest.Color</a>.
- Namespace Test: [<a href="../Mono.DocTest/index.html">Mono.DocTest</a>]
- </div>
+ Namespace Test: [<a href="../Mono.DocTest/index.html">Mono.DocTest</a>]
+ </div>
<h2 class="Section">Members</h2>
<div class="SectionBox" id="T:Mono.DocTest.Color:Docs:Members">
<table class="Enumeration">
diff --git a/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html b/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html
index 58d6f91b..1c14d779 100644
--- a/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html
+++ b/mdoc/Test/html.expected/Mono.DocTest/DocAttribute.html
@@ -217,8 +217,8 @@
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="T:Mono.DocTest.DocAttribute:Docs:Remarks">
<p>
- cref=<tt>T:Mono.DocTest.DocAttribute</tt>.
- </p>
+ cref=<tt>T:Mono.DocTest.DocAttribute</tt>.
+ </p>
<table width="100%">
<tr>
<td style="color:red">red</td>
diff --git a/mdoc/Test/html.expected/System/Environment.html b/mdoc/Test/html.expected/System/Environment.html
index 16ddbfc3..b69e6039 100644
--- a/mdoc/Test/html.expected/System/Environment.html
+++ b/mdoc/Test/html.expected/System/Environment.html
@@ -262,8 +262,8 @@
<i>folder</i>
</dt>
<dd>
- A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
- </dd>
+ A <a href="../System/Environment+SpecialFolder.html">Environment.SpecialFolder</a> instance.
+ </dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>