phaser/docs/build/conf.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2013-10-01 15:15:45 +00:00
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"../../src/Phaser.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": [
"../../src/physics/p2/p2.js"
],
2013-10-01 15:15:45 +00:00
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
2013-10-02 00:16:40 +00:00
"plugins" : ["plugins/markdown"],
2013-10-01 15:15:45 +00:00
"templates": {
2013-10-02 00:16:40 +00:00
"cleverLinks" : false,
"monospaceLinks" : false,
"default" : {
"outputSourceFiles" : true
},
"systemName" : "Phaser",
"footer" : "",
2014-02-05 06:29:17 +00:00
"copyright" : "Phaser Copyright © 2012-2014 Photon Storm Ltd.",
2013-10-02 00:16:40 +00:00
"navType" : "vertical",
"theme" : "cerulean",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
2013-10-01 15:15:45 +00:00
},
"opts": {
2013-10-02 00:16:40 +00:00
"template": "docstrap-master/template/",
2013-10-01 15:15:45 +00:00
"encoding": "utf8",
"destination": "../",
2013-10-01 15:15:45 +00:00
"recurse": true,
"private": false,
2013-10-02 00:16:40 +00:00
"lenient": true
2013-10-01 15:15:45 +00:00
}
}