reduce vertical whitespace in rendered KDoc comments
This commit is contained in:
@@ -17,10 +17,8 @@ fun test() {
|
||||
<caret>testMethod(1, "value")
|
||||
}
|
||||
|
||||
//INFO: <b>internal</b> <b>fun</b> testMethod(): Unit <i>defined in</i> root package<br/><p><p>
|
||||
//INFO: Some documentation.</p>
|
||||
//INFO: <pre><code>
|
||||
//INFO: <b>internal</b> <b>fun</b> testMethod(): Unit <i>defined in</i> root package<p>Some documentation.</p>
|
||||
//INFO: <pre><code>
|
||||
//INFO: Code block
|
||||
//INFO: Second line
|
||||
//INFO: </code><pre>
|
||||
//INFO: </p>
|
||||
|
||||
Reference in New Issue
Block a user