phaser/tasks/jsdocexportjson-conf.json
vulvulune 19bfd386ac Complete "tsdocs" tasks to download plugins
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.
2015-01-22 13:37:58 +01:00

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"
}
}