introduce the concept of sections
This commit is contained in:
@@ -12,7 +12,8 @@ JetFile: DocCommentOnPackageDirectiveLine.kt
|
||||
FUN
|
||||
KDoc
|
||||
PsiElement(KDOC_START)('/**')
|
||||
PsiElement(KDOC_TEXT)(' some ')
|
||||
KDOC_SECTION
|
||||
PsiElement(KDOC_TEXT)(' some ')
|
||||
PsiElement(KDOC_END)('*/')
|
||||
PsiWhiteSpace('\n')
|
||||
PsiElement(fun)('fun')
|
||||
|
||||
Reference in New Issue
Block a user