konva/resources/jsdoc.conf.json

32 lines
844 B
JSON
Raw Normal View History

2015-01-13 16:26:01 +08:00
{
"tags" : {
"allowUnknownTags" : true
},
"plugins" : ["plugins/markdown"],
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
2015-01-27 15:07:51 +08:00
"systemName" : "KonvaJS",
2015-01-13 16:26:01 +08:00
"footer" : "",
2015-01-27 15:07:51 +08:00
"copyright" : "KonvaJS Copyright © 2015 The contributors to the KonvaJS project.",
2015-01-13 16:26:01 +08:00
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
"highlightTutorialCode" : true,
"analytics" : {
"ua" : "UA-54202824-2",
2015-01-27 15:07:51 +08:00
"domain" : "http://lavrton.github.io/KonvaJS"
2015-01-13 16:26:01 +08:00
}
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}