Skip to content

Commit

Permalink
jsdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevnz committed Apr 18, 2019
1 parent 68d6c48 commit 1f8f151
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc"
]
},
"source": {
"include": [
"src",
"package.json",
"README.md"
],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs|.test.js$)"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true
},
"opts": {
"destination": "./docs/",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "./node_modules/minami"
}
}

0 comments on commit 1f8f151

Please sign in to comment.