c2cs-jsdoc
Version:
A JSDoc theme and plugin collection based on Minami and Loke.
41 lines (40 loc) • 800 B
JSON
{
"opts" : {
"template" : "node_modules/jsdoc-json",
"destination" : "doc/json/project.json",
"recurse" : true,
"verbose" : true
},
"tags" : {
"allowUnknownTags" : true,
"dictionaries" : [
"jsdoc",
"closure"
]
},
"source" : {
"include" : "lib",
"includePattern" : ".+\\.js(doc)?$"
},
"plugins" : [ ],
"templates" : {
"applicationName" : "dustjs-renderer",
"disqus" : "",
"googleAnalytics" : "",
"openGraph" : {
"title" : "",
"type" : "website",
"image" : "",
"site_name" : "",
"url" : ""
},
"meta" : {
"title" : "",
"description" : "",
"keyword" : ""
},
"linenums" : true,
"cleverLinks" : true,
"monospaceLinks" : true
}
}