-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
jsdoc.json
41 lines (41 loc) · 1.33 KB
/
jsdoc.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"tags": {
"allowUnknownTags" : true
},
"plugins": ["plugins/markdown"],
"source": {
"includePattern": ".+\\.js(doc)?$"
},
"opts": {
"encoding": "utf8",
"recurse": true,
"query": "value",
"private": true,
"lenient": true
},
"templates": {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "Magnificent.js",
"footer" : "<a href=\"https://github.com/AndersDJohnson/magnificent.js\">Magnificent.js on GitHub</a>",
"copyright" : "Magnificent.js Copyright © 2013-2017 <a href=\"https://github.com/AndersDJohnson\">Anders D. Johnson</a>.",
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"highlightTutorialCode" : true,
"protocol": "fred://",
"analytics": {
"ua": "UA-64799312-1",
"domain": "https://andrz.me/magnificent.js"
}
},
"markdown": {
"parser" : "gfm",
"hardwrap" : true
}
}