1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| {
| "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"
| }
| }
|
|