1 |
|
{
|
2 |
|
"templates": {
|
3 |
|
"systemName": "melonJS",
|
4 |
|
"copyright": "Copyright © 2011 - 2019 Olivier Biot",
|
5 |
|
"cleverLinks": true,
|
6 |
|
"monospaceLinks": false,
|
7 |
|
"default" : {
|
8 |
|
"outputSourcePath": false,
|
9 |
|
"outputSourceFiles": false
|
10 |
|
},
|
11 |
|
"useCollapsibles": true,
|
12 |
|
"logo": {
|
13 |
|
"url": "./images/melonjs-logo.png",
|
14 |
|
"width": "125px",
|
15 |
|
"height": "125px",
|
16 |
|
"link": "index.html"
|
17 |
|
},
|
18 |
|
"name": "melonJS API documentation",
|
19 |
|
"css" : ["styles/melonjs-doc.css", "styles/prettify-tomorrow-night-eighties.css"],
|
20 |
|
"footerText": " "
|
21 |
|
},
|
22 |
|
"plugins": ["plugins/markdown"],
|
23 |
|
"markdown": {
|
24 |
|
"parser": "gfm",
|
25 |
|
"hardwrap": false
|
26 |
|
},
|
27 |
|
"tags": {
|
28 |
|
"allowUnknownTags": false,
|
29 |
|
"dictionaries": ["jsdoc","closure"]
|
30 |
|
},
|
31 |
|
"source": {
|
32 |
|
"include": ["./README.md", "./src/", "./plugins/debug/debugPanel.js" ],
|
33 |
|
"exclude": [],
|
34 |
|
"includePattern": ".+\\.js(doc|x)?$",
|
35 |
|
"excludePattern": "(^|\\/|\\\\)_"
|
36 |
|
},
|
37 |
|
"opts": {
|
38 |
|
"encoding" : "utf8",
|
39 |
|
"recurse" : true,
|
40 |
|
"lenient" : false,
|
41 |
|
"destination" : "docs",
|
42 |
|
"template" : "tasks/jsdoc-template"
|
43 |
|
}
|
44 |
|
}
|