forked from Antriel/phaser3-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.data.json
38 lines (38 loc) · 1.05 KB
/
jsdoc.data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": [
"../phaser/src/",
"../phaser/plugins/fbinstant"
],
"exclude": [
"../phaser/src/phaser-arcade-physics.js",
"../phaser/src/phaser-core.js",
"../phaser/src/physics/matter-js/poly-decomp/",
"../phaser/src/physics/matter-js/lib",
"../phaser/src/polyfills",
"../phaser/src/core/CreateDOMContainer.js",
"../phaser/src/gameobjects/domelement/"
],
"includePattern": ".+\\.js?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"jsdoc-plugins/typedef",
"jsdoc-plugins/this"
],
"opts": {
"debug": false,
"destination": "./json/phaser.json",
"encoding": "utf8",
"outputSourceFiles": false,
"outputSourcePath": true,
"recurse": true,
"private": false,
"lenient": true,
"sourceType": "script",
"template": "node_modules/jsdoc-json"
}
}