mirror of https://github.com/Hilbis/Hilbish
fix(docgen): add double space after line of text
parent
77979dca19
commit
393b2009bf
|
@ -555,7 +555,7 @@ func main() {
|
|||
`, htmlSig, dps.FuncName))
|
||||
for _, doc := range dps.Doc {
|
||||
if !strings.HasPrefix(doc, "---") {
|
||||
f.WriteString(doc + "\n")
|
||||
f.WriteString(doc + " \n")
|
||||
}
|
||||
}
|
||||
f.WriteString("#### Parameters\n")
|
||||
|
|
Loading…
Reference in New Issue