mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
23 lines
529 B
JSON
23 lines
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,
|
||
|
}
|
||
|
}
|