mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 02:25:52 -04:00
4b2cd90320
Only show in developer changelog
48 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|