1.19 support doc tag like @author | 支持 @author 等注释标签
This commit is contained in:
@@ -59,7 +59,7 @@ public class Tree implements ProjectViewNodeDecorator {
|
||||
if (docComment == null) {
|
||||
return null;
|
||||
}
|
||||
return PsiDocToStrDoc.text(docComment);
|
||||
return PsiDocToStrDoc.text(docComment, true);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user