Fixed rendering of line breaks and apostrophes in KDoc

#KT-8531 Fixed
 #KT-8392 Fixed
This commit is contained in:
Dmitry Jemerov
2015-07-28 18:47:42 +02:00
parent ff0a064908
commit 909d094896
4 changed files with 58 additions and 73 deletions
+14
View File
@@ -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>