aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/brokenLink.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/brokenLink.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/brokenLink.html')
-rw-r--r--test/data/format/brokenLink.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/format/brokenLink.html b/test/data/format/brokenLink.html
index 39fe8617..7c2585b8 100644
--- a/test/data/format/brokenLink.html
+++ b/test/data/format/brokenLink.html
@@ -6,7 +6,8 @@
<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">f</a><br/>
<br/>
<h1>f</h1>
-<pre><code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><p>This references <a href="#">noSuchIdentifier</a>.</p>
+<code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/>
+<p>This references <a href="#">noSuchIdentifier</a>.</p>
<br/>
<br/>
</BODY>