Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
docs: add ESDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Jan 6, 2018
1 parent 62555a9 commit 9a67891
Show file tree
Hide file tree
Showing 72 changed files with 3,248,892 additions and 31 deletions.
1 change: 0 additions & 1 deletion .babelrc
Expand Up @@ -9,4 +9,3 @@
"lodash"
],
}

37 changes: 37 additions & 0 deletions .esdoc.json
@@ -0,0 +1,37 @@
{
"source": "./src",
"destination": "./ghpages/docs",
"plugins": [
{
"name": "esdoc-standard-plugin",
"option": {
"lint": {"enable": false},
"coverage": {"enable": true},
"accessor": {"access": ["public", "protected", "private"], "autoPrivate": true},
"undocumentIdentifier": {"enable": true},
"unexportedIdentifier": {"enable": false},
"typeInference": {"enable": true},
"brand": {
"title": "live2d-widget.js",
"description": "Add the Sseexxyyy live2d to webpages.",
"repository": "https://github.com/xiazeyu/live2d-widget.js",
"site": "https://github.com/xiazeyu/live2d-widget.js"
}
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"classProperties": true,
"objectRestSpread": true,
"doExpressions": true,
"functionBind": true,
"functionSent": true,
"asyncGenerators": true,
"decorators": true,
"exportExtensions": true,
"dynamicImport": true
}
}
]
}

0 comments on commit 9a67891

Please sign in to comment.