Refactoring ready for 1.0 release.

This commit is contained in:
Richard Davey
2013-05-25 04:21:24 +01:00
parent 4ef0750c07
commit 204ec46b2b
90 changed files with 15043 additions and 15223 deletions
+21
View File
@@ -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
}