mirror of
https://github.com/photonstorm/phaser
synced 2024-12-18 00:53:42 +00:00
40 lines
No EOL
1.3 KiB
JSON
40 lines
No EOL
1.3 KiB
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"Xinclude": [ "../src/Phaser.js", "../src/animation/", "../src/core/Camera.js", "../src/core/Game.js", "../src/core/Group.js", "../src/core/LinkedList.js", "../src/core/Plugin.js", "../src/core/PluginManager.js" ],
|
|
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/Camera.js", "../src/core/Game.js", "../src/core/Group.js" ],
|
|
"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": "./out/",
|
|
"recurse": true,
|
|
"private": false,
|
|
"lenient": true
|
|
}
|
|
} |