Skip to content

Commit

Permalink
docs: Regen docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 30, 2020
1 parent 3553fc5 commit 332b65e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 332b65e

Please sign in to comment.