mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": [
|
|
"./docs/pixi-jsdoc.js",
|
|
"./src/Phaser.js",
|
|
"./src/animation/",
|
|
"./src/core/",
|
|
"./src/gameobjects/",
|
|
"./src/geom/",
|
|
"./src/input/",
|
|
"./src/loader/",
|
|
"./src/math/",
|
|
"./src/net/",
|
|
"./src/particles/",
|
|
"./src/physics/",
|
|
"./src/sound/",
|
|
"./src/system/",
|
|
"./src/tilemap/",
|
|
"./src/time/",
|
|
"./src/tween/",
|
|
"./src/utils/",
|
|
"./out/plugins/"
|
|
],
|
|
"exclude": [
|
|
"./src/physics/p2/p2.js"
|
|
],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [
|
|
"./tasks/jsdoc-plugins/namealias",
|
|
"./tasks/jsdoc-plugins/filterpixi",
|
|
"./tasks/jsdoc-plugins/proptomember",
|
|
"./tasks/jsdoc-plugins/shortlinks",
|
|
"./tasks/jsdoc-plugins/p2completeclass"
|
|
],
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"recurse": true,
|
|
"private": true,
|
|
"lenient": true,
|
|
"destination": "./out/docs.json",
|
|
"template": "./resources/jsdoc Export JSON/template"
|
|
}
|
|
}
|