konva/resources/jsdoc.conf.json

29 lines
764 B
JSON
Raw Permalink Normal View History

2015-01-13 16:26:01 +08:00
{
2015-01-28 06:26:18 +08:00
"path" : "ink-docstrap",
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 16:25:10 +08:00
"systemName" : "Konva",
2015-01-13 16:26:01 +08:00
"footer" : "",
2015-01-27 16:25:10 +08:00
"copyright" : "Konva Copyright © 2015 The contributors to the Konva project.",
2015-01-13 16:26:01 +08:00
"navType" : "vertical",
"theme" : "cosmo",
"linenums" : true,
"collapseSymbols" : false,
"inverseNav" : true,
2015-02-26 09:21:59 +08:00
"highlightTutorialCode" : true
2015-01-13 16:26:01 +08:00
},
"markdown" : {
"parser" : "gfm",
"hardwrap" : true
}
}