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

23 lines
No EOL
529 B
JSON

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