Update comment on Dynamic to included embedded files

main v0.15.1
Rob Muhlestein 2 years ago
parent e8aec893e4
commit d219f79b9f

@ -36,7 +36,8 @@ type Cmd struct {
Description string `json:"description,omitempty"` // template
Other []Section `json:"other,omitempty"` // template
// run-time additions to main documentation (ex: {{ exename }})
// for use with text/template for run-time additions to main
// documentation and embedded file output (ex: {{ exename }})
Dynamic template.FuncMap `json:"-"`
// administrative URLs

Loading…
Cancel
Save