Files
GDevelop/GDJS/docs/jsdoc.conf.json
T

58 lines
1.5 KiB
JSON

{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": ["./Runtime/"],
"exclude": [
"./Runtime/Cocos2d/",
"./Runtime/Cordova/",
"./Runtime/Electron/",
"./Runtime/FacebookInstantGames/",
"./Runtime/types/"
],
"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,
"template": "docs/jaguarjs-jsdoc",
"destination": "../docs/GDJS Runtime Documentation"
}
}