mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 09:51:42 -05:00
Merge pull request #4665 from owncloud/fix_adoc_table_generation
[docs] Add a blank to type and default value pass thru
This commit is contained in:
4
docs/templates/ADOC.tmpl
vendored
4
docs/templates/ADOC.tmpl
vendored
@@ -13,9 +13,9 @@
|
||||
`{{- $value }}`
|
||||
{{- end }}
|
||||
a| [subs=-attributes]
|
||||
++{{.Type}}++
|
||||
++{{.Type}} ++
|
||||
a| [subs=-attributes]
|
||||
++{{.DefaultValue}}++
|
||||
++{{.DefaultValue}} ++
|
||||
a| [subs=-attributes]
|
||||
{{.Description}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user