注释换行符

master
xxj 3 years ago
parent d744f25b88
commit 7aa3ced5f8

@ -125,7 +125,7 @@ func (s *GenStruct) SetNotes(notes string) {
text = append(text, "// "+v) text = append(text, "// "+v)
// } // }
} }
s.Notes = strings.Join(text, "\r\n") s.Notes = strings.Join(text, ";")
} }
// AddElement Add one or more elements.添加一个/或多个元素 // AddElement Add one or more elements.添加一个/或多个元素

Loading…
Cancel
Save