KDocTokens.START can't be the first token of a tag

This commit is contained in:
Dmitry Jemerov
2015-01-20 18:06:27 +01:00
parent 31f5441f6b
commit 8217563aac
@@ -50,7 +50,7 @@ public class KDocTag extends KDocElementImpl {
afterAsterisk = false;
}
if (type == KDocTokens.LEADING_ASTERISK || type == KDocTokens.START) {
if (type == KDocTokens.LEADING_ASTERISK) {
afterAsterisk = true;
}