aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linkWithLabel.html
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-03-24 22:01:49 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-04-10 18:19:20 +0300
commitf65fbf534807c168a81f4e80919680ca7dcff47b (patch)
tree8d61b7566aa4be26c5259d42acfe32aa9c3dc5b1 /core/testdata/format/linkWithLabel.html
parente13d38a494d8303721a1a4e10f65064b4de157e2 (diff)
downloaddokka-f65fbf534807c168a81f4e80919680ca7dcff47b.tar.gz
dokka-f65fbf534807c168a81f4e80919680ca7dcff47b.tar.bz2
dokka-f65fbf534807c168a81f4e80919680ca7dcff47b.zip
Tweak kws html format to match output of old format
Diffstat (limited to 'core/testdata/format/linkWithLabel.html')
-rw-r--r--core/testdata/format/linkWithLabel.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html
index fbaecd2b..b8fe2228 100644
--- a/core/testdata/format/linkWithLabel.html
+++ b/core/testdata/format/linkWithLabel.html
@@ -14,7 +14,8 @@
<tbody>
<tr>
<td>
-<a href="test/-bar/-init-">&lt;init&gt;</a></td>
+<p><a href="test/-bar/-init-">&lt;init&gt;</a></p>
+</td>
<td>
<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Use <a href="test/-bar/foo">this method</a> for best results.</p>
@@ -27,7 +28,8 @@
<tbody>
<tr>
<td>
-<a href="test/-bar/foo">foo</a></td>
+<p><a href="test/-bar/foo">foo</a></p>
+</td>
<td>
<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></td>
</tr>