Files
GDevelop/GDJS/docs/jsdoc.conf.json
T
Florian Rival 4b2cd90320 Add documentation of extensions in the generated GDJS documentation
Only show in developer changelog
2021-01-14 21:32:13 +00:00

48 lines
1.2 KiB
JSON

{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./Runtime/", "../Extensions"],
"exclude": [
"./Runtime/Cocos2d/",
"./Runtime/cocos-renderers/",
"./Runtime/cocos-sound-manager/",
"./Runtime/Cordova/",
"./Runtime/Electron/",
"./Runtime/FacebookInstantGames/"
],
"includePattern": "\\.ts$",
"excludePattern": "((^|\\/|\\\\)_|\\cocos-renderer\\.ts$)"
},
"plugins": [
"plugins/markdown",
"../node_modules/jsdoc-plugin-intersection",
"../node_modules/jsdoc-autoprivate",
"../node_modules/better-docs/typescript",
"../node_modules/better-docs/typedef-import",
"../node_modules/jsdoc-typeof-plugin"
],
"templates": {
"referenceTitle": "GDevelop JavaScript reference",
"disableSort": false,
"collapse": false,
"resources": {
"Github -": "https://github.com/4ian/GDevelop",
"GDevelop Documentation": "http://wiki.compilgames.net/doku.php/gdevelop5/start"
}
},
"markdown": {
"parser": "gfm",
"hardwrap": false
},
"opts": {
"encoding": "utf8",
"recurse": true,
"private": false,
"lenient": true,
"template": "../node_modules/jsdoc-fresh",
"destination": "../docs/GDJS Runtime Documentation"
}
}