mirror of
https://github.com/wassname/phaser.git
synced 2026-08-13 12:30:11 +08:00
Refactoring ready for 1.0 release.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user