mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"tags" : {
|
|
"allowUnknownTags" : true
|
|
},
|
|
"plugins" : ["plugins/markdown"],
|
|
"templates" : {
|
|
"cleverLinks" : false,
|
|
"monospaceLinks" : false,
|
|
"default" : {
|
|
"outputSourceFiles" : true
|
|
},
|
|
"systemName" : "DocStrap",
|
|
"footer" : "",
|
|
"copyright" : "DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.",
|
|
"navType" : "vertical",
|
|
"theme" : "cerulean",
|
|
"linenums" : true,
|
|
"collapseSymbols" : false,
|
|
"inverseNav" : true
|
|
},
|
|
"markdown" : {
|
|
"parser" : "gfm",
|
|
"hardwrap" : true
|
|
}
|
|
}
|