Skip to content

Commit 91d79d1

Browse files
committed
Use docdash again
1 parent cfd28a3 commit 91d79d1

File tree

6 files changed

+65
-3234
lines changed

6 files changed

+65
-3234
lines changed

.jsdoc.json

+25-16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
{
2-
"plugins": [],
3-
"recurseDepth": 10,
4-
"source": {
5-
"includePattern": ".+\\.js(doc|x)?$",
6-
"excludePattern": "(^|\\/|\\\\)_"
7-
},
8-
"sourceType": "module",
9-
"tags": {
10-
"allowUnknownTags": true,
11-
"dictionaries": ["jsdoc","closure"]
12-
},
13-
"templates": {
14-
"cleverLinks": false,
15-
"monospaceLinks": false
16-
}
17-
}
2+
"plugins": [
3+
"plugins/markdown",
4+
"plugins/underscore"
5+
],
6+
"source": {
7+
"include": ["./src/"]
8+
},
9+
"opts": {
10+
"recurse": "true",
11+
"readme": "./README.md",
12+
"package": "./package.json",
13+
"destination": "./docs/",
14+
"template": "node_modules/docdash"
15+
},
16+
"docdash": {
17+
"static": true,
18+
"sort": false,
19+
"search": true,
20+
"wrap": true,
21+
"typedefs": true
22+
},
23+
"templates": {
24+
"cleverLinks": true
25+
}
26+
}

0 commit comments

Comments
 (0)