mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
21 lines
442 B
JSON
21 lines
442 B
JSON
|
{
|
||
|
"tags": {
|
||
|
"allowUnknownTags": true
|
||
|
},
|
||
|
"source": {
|
||
|
"include": [ "Phaser" ],
|
||
|
"exclude": [],
|
||
|
"includePattern": ".+\\.js(doc)?$",
|
||
|
"excludePattern": "(^|\\/|\\\\)_"
|
||
|
},
|
||
|
"plugins": [],
|
||
|
"opts": {
|
||
|
"encoding": "utf8",
|
||
|
"destination": "Docs",
|
||
|
"recurse": true,
|
||
|
"query": "value",
|
||
|
"private": true,
|
||
|
"lenient": true
|
||
|
},
|
||
|
"jsVersion": 180
|
||
|
}
|