mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 09:59:42 +00:00
23 lines
No EOL
589 B
JSON
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,
|
|
}
|
|
} |