c2cs-jsdoc
Version:
A JSDoc theme and plugin collection based on Minami and Loke.
47 lines (46 loc) • 1.1 kB
JSON
{
"tags" : {
"allowUnknownTags" : true,
"dictionaries" : [
"jsdoc",
"closure"
]
},
"source" : {
"include" : [
"lib",
"package.json",
"README.md"
],
"exclude" : [ ],
"includePattern" : ".js$",
"excludePattern" : "(node_modules/|docs)"
},
"plugins" : [
"plugins/markdown",
"./node_modules/loke-jsdoc-theme/plugins/async",
"./node_modules/loke-jsdoc-theme/plugins/rpc",
"./node_modules/loke-jsdoc-theme/plugins/api",
"./node_modules/loke-jsdoc-theme/plugins/timeout",
"./jsdoc-plugins/aka",
"./jsdoc-plugins/autoprivate",
"./jsdoc-plugins/property_helpers",
"./node_modules/jsdoc3-plugin-propertyof/jsdoc3-plugin-propertyof"
],
"markdown" : {
"excludeTags" : [ "author" ]
},
"templates" : {
"cleverLinks" : false,
"monospaceLinks" : true
},
"opts" : {
"destination" : "./doc/html/",
"encoding" : "utf8",
"private" : true,
"recurse" : true,
"template" : "./node_modules/loke-jsdoc-theme",
"tutorials" : "./doc/tutorials",
"verbose" : true
}
}