trim leading and trailing spaces from text returned as KDocTag.getContent()

This commit is contained in:
Dmitry Jemerov
2015-09-08 14:52:17 +02:00
parent 297e9484ba
commit ae36981a0f
2 changed files with 10 additions and 13 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
open class Foo() {
/**
* Doc for method xyzzy
*/
/** Doc for method xyzzy */
open fun xyzzy(): Int = 0
}