Files
GDevelop/GDJS/docs/jsdoc.conf.json
T
Florian Rival 5da334a38e Remove yuidoc
2018-07-04 22:37:05 +01:00

54 lines
1.6 KiB
JSON

{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": [
"./Runtime/"
],
"exclude": [
"./Runtime/Cocos2d/",
"./Runtime/Cordova/",
"./Runtime/Electron/",
"./Runtime/FacebookInstantGames/"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"default" : {
"outputSourceFiles" : true
},
"applicationName": "GDevelop JS Runtime",
"footer" : "Made with ♥ by Florian Rival and contributors (gdevelop-app.com)",
"copyright" : "GDevelop Copyright © 2008-2018 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"
}
}