fix field comments display

This commit is contained in:
oppofind 2019-09-13 12:56:45 +08:00
parent d4e76a276d
commit 74d850d19f
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ public class SourceBuilder {
} else {
comment = field.getComment();
}
comment = comment.replace("\n","<br>");
if (DocClassUtil.isPrimitive(subTypeName)) {
params0.append(pre);
params0.append(fieldName).append("|")