diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-03-02 12:02:32 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-03-02 12:02:32 +0100 |
commit | f9172b3a632181ee9b7ab5d674e537f4a71874eb (patch) | |
tree | 46d254a89fc86aa0f41fa3f4c31c002ea4d6f049 /test/data/format/htmlEscaping.html | |
parent | 467fe55ba6372f37b76533f41d538c76b44a2006 (diff) | |
download | dokka-f9172b3a632181ee9b7ab5d674e537f4a71874eb.tar.gz dokka-f9172b3a632181ee9b7ab5d674e537f4a71874eb.tar.bz2 dokka-f9172b3a632181ee9b7ab5d674e537f4a71874eb.zip |
remove extra space after type parameter list in Kotlin signature
Diffstat (limited to 'test/data/format/htmlEscaping.html')
-rw-r--r-- | test/data/format/htmlEscaping.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/format/htmlEscaping.html b/test/data/format/htmlEscaping.html index 29c4bf0e..52c69239 100644 --- a/test/data/format/htmlEscaping.html +++ b/test/data/format/htmlEscaping.html @@ -6,7 +6,7 @@ <a href="test/index">test</a> / <a href="test/x">x</a><br/> <br/> <h1>x</h1> -<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/> +<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/> |