26 lines
738 B
JSON
26 lines
738 B
JSON
{
|
|
"source": {
|
|
"include": ["src", "README.md"],
|
|
"exclude": [],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"name": "CodeSnippet",
|
|
"logo": {
|
|
"url": "https://cloud.githubusercontent.com/assets/12269563/20029815/01133928-a39a-11e6-80f3-12500a91c755.png",
|
|
"width": "150px",
|
|
"height": "13px",
|
|
"link": "https://github.com/nhn/tui.jsdoc-template"
|
|
}
|
|
},
|
|
"opts": {
|
|
"private": false,
|
|
"recurse": true,
|
|
"destination": "doc",
|
|
"template": "./node_modules/tui-jsdoc-template",
|
|
"package": "package.json"
|
|
}
|
|
}
|