mirror of
https://github.com/photonstorm/phaser
synced 2024-11-15 17:28:18 +00:00
19bfd386ac
Complete the tsdocs task to download automatically the phaser-plugins and scan their comments to add them in the phaser.comments.d.ts where the plugins classes are defined.
49 lines
1.3 KiB
JSON
49 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/"
|
|
],
|
|
"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"
|
|
}
|
|
}
|