mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
58 lines
No EOL
1.6 KiB
JSON
58 lines
No EOL
1.6 KiB
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"../../src/Phaser.js",
|
|
"../../src/Intro.js",
|
|
"../../src/animation/",
|
|
"../../src/core/",
|
|
"../../src/gameobjects/",
|
|
"../../src/geom/",
|
|
"../../src/input/",
|
|
"../../src/loader/",
|
|
"../../src/math/",
|
|
"../../src/net/",
|
|
"../../src/particles/",
|
|
"../../src/physics/",
|
|
"../../src/sound/",
|
|
"../../src/system/",
|
|
"../../src/tilemap/",
|
|
"../../src/time/",
|
|
"../../src/tween/",
|
|
"../../src/utils/"
|
|
],
|
|
"exclude": [],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins" : ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks" : false,
|
|
"monospaceLinks" : false,
|
|
"default" : {
|
|
"outputSourceFiles" : true
|
|
},
|
|
"systemName" : "Phaser",
|
|
"footer" : "",
|
|
"copyright" : "Phaser Copyright © 2012-2013 Photon Storm Ltd.",
|
|
"navType" : "vertical",
|
|
"theme" : "cerulean",
|
|
"linenums" : true,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : true
|
|
},
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
},
|
|
"opts": {
|
|
"template": "docstrap-master/template/",
|
|
"encoding": "utf8",
|
|
"destination": "../",
|
|
"recurse": true,
|
|
"private": false,
|
|
"lenient": true
|
|
}
|
|
} |