mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 18:15:27 -04:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
},
|
|
"source": {
|
|
"include": ["./Runtime/"],
|
|
"exclude": [
|
|
"./Runtime/Cocos2d/",
|
|
"./Runtime/Cordova/",
|
|
"./Runtime/Electron/",
|
|
"./Runtime/FacebookInstantGames/"
|
|
],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown",
|
|
"../node_modules/jsdoc-plugin-intersection",
|
|
"../node_modules/jsdoc-autoprivate"
|
|
],
|
|
"templates": {
|
|
"default": {
|
|
"outputSourceFiles": true,
|
|
"includeDate": false
|
|
},
|
|
"applicationName": "GDevelop JS Runtime",
|
|
"footer": "Made with ♥ by Florian Rival and contributors (gdevelop-app.com)",
|
|
"copyright": "GDevelop Copyright © 2008-present Florian Rival",
|
|
"googleAnalytics": "TODO",
|
|
"openGraph": {
|
|
"title": "GDevelop JS Runtime Documentation",
|
|
"type": "website",
|
|
"image": "",
|
|
"site_name": "",
|
|
"url": ""
|
|
},
|
|
"meta": {
|
|
"title": "GDevelop JS Runtime Documentation",
|
|
"description": "Documentation for the GDevelop JavaScript game engine",
|
|
"keyword": "docs, documentation, gdevelop, game, engine, html5, javascript"
|
|
},
|
|
"linenums": true
|
|
},
|
|
"markdown": {
|
|
"parser": "gfm",
|
|
"hardwrap": false
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"recurse": true,
|
|
"private": false,
|
|
"lenient": true,
|
|
"destination": "../docs/GDJS Runtime Documentation"
|
|
}
|
|
}
|