reduce vertical whitespace in rendered KDoc comments

This commit is contained in:
Dmitry Jemerov
2015-07-29 15:49:52 +02:00
parent b483713f2c
commit 6d1ccc22ab
16 changed files with 35 additions and 50 deletions
+1 -2
View File
@@ -14,5 +14,4 @@ fun test() {
D().f<caret>oo()
}
//INFO: <b>internal</b> <b>open</b> <b>fun</b> foo(): Int <i>defined in</i> D<br/><p>This method returns zero.
//INFO: </p>
//INFO: <b>internal</b> <b>open</b> <b>fun</b> foo(): Int <i>defined in</i> D<p>This method returns zero.</p>