Fixed rendering of line breaks and apostrophes in KDoc
#KT-8531 Fixed #KT-8392 Fixed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Some documentation
|
||||
* on two lines.
|
||||
*/
|
||||
fun testMethod() {
|
||||
|
||||
}
|
||||
|
||||
fun test() {
|
||||
<caret>testMethod()
|
||||
}
|
||||
|
||||
//INFO: <b>internal</b> <b>fun</b> testMethod(): Unit <i>defined in</i> root package<br/><p>Some documentation on two lines.
|
||||
//INFO: </p>
|
||||
Reference in New Issue
Block a user