reduce vertical whitespace in rendered KDoc comments
This commit is contained in:
+1
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user