aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/deprecated.package.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/deprecated.package.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/deprecated.package.html')
-rw-r--r--core/testdata/format/deprecated.package.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/testdata/format/deprecated.package.html b/core/testdata/format/deprecated.package.html
index 739a84db..b85e53bd 100644
--- a/core/testdata/format/deprecated.package.html
+++ b/core/testdata/format/deprecated.package.html
@@ -12,7 +12,8 @@
<tbody>
<tr>
<td>
-<a href="test/-c/index">C</a></td>
+<p><a href="test/-c/index">C</a></p>
+</td>
<td>
<code><span class="keyword">class </span><s><span class="identifier">C</span></s></code></td>
</tr>
@@ -23,7 +24,8 @@
<tbody>
<tr>
<td>
-<a href="test/p">p</a></td>
+<p><a href="test/p">p</a></p>
+</td>
<td>
<code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code></td>
</tr>
@@ -34,7 +36,8 @@
<tbody>
<tr>
<td>
-<a href="test/f">f</a></td>
+<p><a href="test/f">f</a></p>
+</td>
<td>
<code><span class="keyword">fun </span><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td>
</tr>