aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.html
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-06-21 17:25:48 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-06-21 17:25:48 +0200
commite9a40280ad49cc471143c0be6807b7cd4033b52c (patch)
tree96ac1ba04eba87e93378a912717ca98cd910dfb7 /core/testdata/format/codeBlock.html
parent26b05e709bb025da3d65e739c211aa0fb6350999 (diff)
downloaddokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.tar.gz
dokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.tar.bz2
dokka-e9a40280ad49cc471143c0be6807b7cd4033b52c.zip
Fix format in KotlinWebsiteHtml, markdown format changed slightly
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r--core/testdata/format/codeBlock.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html
index a877e8c6..ead4dbc0 100644
--- a/core/testdata/format/codeBlock.html
+++ b/core/testdata/format/codeBlock.html
@@ -19,11 +19,11 @@ fun readFile(name: String): String {...}
<tbody>
<tr>
<td>
-<a href="-init-.html">&lt;init&gt;</a></td>
+<h4><a href="-init-.html">&lt;init&gt;</a></h4>
+</td>
<td>
-<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p>
-</td>
+<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
@@ -48,11 +48,11 @@ fun readFile(name: String): String {...}
<tbody>
<tr>
<td>
-<a href="-init-.html">&lt;init&gt;</a></td>
+<h4><a href="-init-.html">&lt;init&gt;</a></h4>
+</td>
<td>
-<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Check output of</p>
-</td>
+<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>