diff options
| author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-09 21:05:56 +0100 |
|---|---|---|
| committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-09 21:05:56 +0100 |
| commit | 25592f52ea3e70e183a2a72bc411346b1650ed9a (patch) | |
| tree | aeee47c29bf4ecb5ef614ef164d1c7f331d194e7 /test/data/format/see.html | |
| parent | 0b6f2b22f972b8e62f1d5eece72aea93043ffb90 (diff) | |
| download | dokka-25592f52ea3e70e183a2a72bc411346b1650ed9a.tar.gz dokka-25592f52ea3e70e183a2a72bc411346b1650ed9a.tar.bz2 dokka-25592f52ea3e70e183a2a72bc411346b1650ed9a.zip | |
correctly render @see links
Diffstat (limited to 'test/data/format/see.html')
| -rw-r--r-- | test/data/format/see.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/data/format/see.html b/test/data/format/see.html new file mode 100644 index 00000000..fa283363 --- /dev/null +++ b/test/data/format/see.html @@ -0,0 +1,27 @@ +<HTML> +<HEAD> +</HEAD> +<BODY> +<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">quux</a><br/> +<br/> +<h1>quux</h1> +<pre><code><span class="keyword">fun </span><span class="identifier">quux</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/> +<br/> +<br/> +<br/> +<strong>See Also</strong><br/> +<p><a href="out.html">foo</a></p> +<p><a href="out.html">bar</a></p> +<br/> +<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">foo</a><br/> +<br/> +<h1>foo</h1> +<pre><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></pre><br/> +<br/> +<a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">bar</a><br/> +<br/> +<h1>bar</h1> +<pre><code><span class="keyword">fun </span><span class="identifier">bar</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><br/> +<br/> +</BODY> +</HTML> |
