change KDoc parsing so that space after parameter/section name is not included in tag content; support @property tag in KDocFinder
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* @property xyzzy Doc for property xyzzy
|
||||
*/
|
||||
class Foo(val xyzzy: String)
|
||||
Reference in New Issue
Block a user