diff options
author | Eugene Petrenko <eugene.petrenko@gmail.com> | 2018-09-11 14:03:29 +0300 |
---|---|---|
committer | Eugene Petrenko <eugene.petrenko@gmail.com> | 2018-09-11 14:03:29 +0300 |
commit | a54070f5db04d05b48c369b211efe044fbc02a8d (patch) | |
tree | aac5889906f49f68c39e1416ea39d4d19bad008e /core/testdata/format/codeBlock.html | |
parent | e29f1c966056b0f7ee31dd9bd7d55f9e526fa7fe (diff) | |
parent | 0df19264ccae3d294946caf634ee15eea0c4fe4a (diff) | |
download | dokka-a54070f5db04d05b48c369b211efe044fbc02a8d.tar.gz dokka-a54070f5db04d05b48c369b211efe044fbc02a8d.tar.bz2 dokka-a54070f5db04d05b48c369b211efe044fbc02a8d.zip |
Merge remote-tracking branch 'zub/dev-multiplatf' into kotlin-website-jonnyzzz
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r-- | core/testdata/format/codeBlock.html | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 48c2ffd2..1e07ff09 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -1,9 +1,11 @@ +<!-- File: test/-throws/index.html --> <HTML> <HEAD> <meta charset="UTF-8"> +<title>Throws - test</title> </HEAD> <BODY> -<a href="test/index">test</a> / <a href="test/-throws/index">Throws</a><br/> +<a href="../index.html">test</a> / <a href="./index.html">Throws</a><br/> <br/> <h1>Throws</h1> <code><span class="keyword">class </span><span class="identifier">Throws</span></code> @@ -11,12 +13,50 @@ <p>Example:</p> <pre><code>Throws(IOException::class) fun readFile(name: String): String {...} -</code></pre><a href="test/index">test</a> / <a href="test/-it-does-some-obfuscated-thing/index">ItDoesSomeObfuscatedThing</a><br/> +</code></pre> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</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> +</tr> +</tbody> +</table> +</BODY> +</HTML> +<!-- File: test/-it-does-some-obfuscated-thing/index.html --> +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ItDoesSomeObfuscatedThing - test</title> +</HEAD> +<BODY> +<a href="../index.html">test</a> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> <br/> <h1>ItDoesSomeObfuscatedThing</h1> <code><span class="keyword">class </span><span class="identifier">ItDoesSomeObfuscatedThing</span></code> <p>Check output of</p> <pre><code class="lang-brainfuck">++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. </code></pre> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code> +<p>Check output of</p> +</td> +</tr> +</tbody> +</table> </BODY> </HTML> |