KDocTokens.START can't be the first token of a tag
This commit is contained in:
@@ -50,7 +50,7 @@ public class KDocTag extends KDocElementImpl {
|
|||||||
afterAsterisk = false;
|
afterAsterisk = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type == KDocTokens.LEADING_ASTERISK || type == KDocTokens.START) {
|
if (type == KDocTokens.LEADING_ASTERISK) {
|
||||||
afterAsterisk = true;
|
afterAsterisk = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user