complete KDoc tag names after @, not only at line start

#KT-7139 Fixed

code review
This commit is contained in:
Dmitry Jemerov
2015-03-26 21:59:38 +01:00
parent f87dcff723
commit 6d56618d17
5 changed files with 57 additions and 24 deletions
@@ -0,0 +1,8 @@
/**
* @<caret>
*/
fun f(x: Int): Int {
}
// EXIST: @param
// EXIST: @return
@@ -0,0 +1,8 @@
/**
* @r<caret>
*/
fun f(x: Int): Int {
}
// ABSENT: @param
// EXIST: @return