1.19 support doc tag like @author | 支持 @author 等注释标签

This commit is contained in:
林万程
2022-06-26 15:04:36 +08:00
parent d388c355cd
commit db6c1963bf
8 changed files with 80 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ public class Tree implements ProjectViewNodeDecorator {
if (docComment == null) {
return null;
}
return PsiDocToStrDoc.text(docComment);
return PsiDocToStrDoc.text(docComment, true);
}
@Nullable