phaser/Docs/conf.json
2013-10-01 16:39:39 +01:00

23 lines
No EOL
589 B
JSON

{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [ "../src/Phaser.js", "../src/animation/", "../src/core/Camera.js", "../src/core/Game.js", "../src/core/Group.js" ],
"exclude": [],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"encoding": "utf8",
"destination": "./out/",
"recurse": true,
"private": false,
"lenient": true,
}
}