fix(fromLineUpDoc): /* only one

This commit is contained in:
林万程
2024-03-12 19:36:14 +08:00
parent e0458287cd
commit 6220b9a7e7

View File

@@ -100,6 +100,9 @@ public class ResolveDoc {
}
if (text != null) {
sb.insert(0, "\n").insert(0, text);
if (text.contains("/*")) {
break;
}
}
}
if (sb.length() == 0) {