fix field comments display
This commit is contained in:
parent
d4e76a276d
commit
74d850d19f
|
@ -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("|")
|
||||
|
|
Loading…
Reference in New Issue