aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/see.html
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-02-10 19:35:27 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-02-10 19:35:27 +0100
commitebbf265dbe9d5fe37e56c9baa567edaf21dd16fa (patch)
tree09c521046ed883024690f1ed7ceb7f4dd840e411 /test/data/format/see.html
parenta187baa606f1dd6ce63bc38247f4b5331d78f42b (diff)
downloaddokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.tar.gz
dokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.tar.bz2
dokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.zip
much nicer html output for overloads
Diffstat (limited to 'test/data/format/see.html')
-rw-r--r--test/data/format/see.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/test/data/format/see.html b/test/data/format/see.html
index 30409eb7..42e20e35 100644
--- a/test/data/format/see.html
+++ b/test/data/format/see.html
@@ -5,21 +5,24 @@
<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">quux</a><br/>
<br/>
<h1>quux</h1>
-<pre><code><span class="keyword">fun </span><span class="identifier">quux</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/>
-<br/>
+<code><span class="keyword">fun </span><span class="identifier">quux</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
<strong>See Also</strong><br/>
<p><a href="out.html">foo</a></p>
<p><a href="out.html">bar</a></p>
<br/>
+<br/>
+<br/>
<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">foo</a><br/>
<br/>
<h1>foo</h1>
-<pre><code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/>
+<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
+<br/>
<br/>
<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">bar</a><br/>
<br/>
<h1>bar</h1>
-<pre><code><span class="keyword">fun </span><span class="identifier">bar</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/>
+<code><span class="keyword">fun </span><span class="identifier">bar</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
+<br/>
<br/>
</BODY>
</HTML>