diff options
| author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-10 19:35:27 +0100 |
|---|---|---|
| committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-10 19:35:27 +0100 |
| commit | ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa (patch) | |
| tree | 09c521046ed883024690f1ed7ceb7f4dd840e411 /test/data/format/htmlEscaping.html | |
| parent | a187baa606f1dd6ce63bc38247f4b5331d78f42b (diff) | |
| download | dokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.tar.gz dokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.tar.bz2 dokka-ebbf265dbe9d5fe37e56c9baa567edaf21dd16fa.zip | |
much nicer html output for overloads
Diffstat (limited to 'test/data/format/htmlEscaping.html')
| -rw-r--r-- | test/data/format/htmlEscaping.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index 0767d642..c031447a 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -6,7 +6,8 @@ <a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">x</a><br/> <br/> <h1>x</h1> -<pre><code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">> </span><span class="identifier">x</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">T?</span></code></pre><p>Special characters: < is "less than", > is "greater than", & is "ampersand"</p> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">> </span><span class="identifier">x</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">T?</span></code><br/> +<p>Special characters: < is "less than", > is "greater than", & is "ampersand"</p> <br/> <br/> </BODY> |
