mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 04:53:24 +00:00
fix(docgen): add double space after line of text
This commit is contained in:
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…
x
Reference in New Issue
Block a user