docs: Regen docs helper

This commit is contained in:
Bjørn Erik Pedersen 2020-10-30 09:52:32 +01:00
parent 3553fc533a
commit 332b65e4cc
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -1557,18 +1557,13 @@
"keepWhitespace": false
},
"css": {
"keepCSS2": true,
"precision": 0
},
"js": {
"precision": 0,
"keepVarNames": false
},
"json": {
"precision": 0
"decimals": -1,
"keepCSS2": true
},
"js": {},
"json": {},
"svg": {
"precision": 0
"decimals": -1
},
"xml": {
"keepWhitespace": false
@ -4727,7 +4722,8 @@
"AsTime": {
"Description": "AsTime converts the textual representation of the datetime string into\na time.Time interface.",
"Args": [
"v"
"v",
"args"
],
"Aliases": null,
"Examples": [