docs: Regenerate docshelper

See #6707
See #6616
This commit is contained in:
Bjørn Erik Pedersen 2020-01-05 11:57:25 +01:00
parent 16e7c11203
commit 81b7e48a55
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
1 changed files with 3 additions and 2 deletions

View File

@ -1399,6 +1399,7 @@
},
"parser": {
"autoHeadingID": true,
"autoHeadingIDType": "github",
"attribute": true
},
"extensions": {
@ -2993,7 +2994,7 @@
},
"fmt": {
"Errorf": {
"Description": "Errorf formats according to a format specifier and returns the string as a\nvalue that satisfies error.",
"Description": "Errorf formats according to a format specifier and logs an ERROR.\nIt returns an empty string.",
"Args": [
"format",
"a"
@ -3004,7 +3005,7 @@
"Examples": [
[
"{{ errorf \"%s.\" \"failed\" }}",
"failed."
""
]
]
},