phaser/Docs/conf.json

39 lines
1.3 KiB
JSON
Raw Normal View History

2013-10-01 15:15:45 +00:00
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [ "../src/Phaser.js", "../src/Intro.js", "../src/animation/", "../src/core/", "../src/geom/", "../src/input/", "../src/loader/", "../src/math/", "../src/net/", "../src/particles/", "../src/sound/", "../src/system/", "../src/time/", "../src/tween/", "../src/utils/" ],
2013-10-01 15:15:45 +00:00
"exclude": [],
"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" : "",
"copyright" : "Phaser Copyright © 2012-2013 Photon Storm Ltd.",
"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": "./out/",
"recurse": true,
"private": false,
2013-10-02 00:16:40 +00:00
"lenient": true
2013-10-01 15:15:45 +00:00
}
}