Skip to content

Commit

Permalink
doc: add jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Feb 21, 2017
1 parent f7b22ba commit d762232
Show file tree
Hide file tree
Showing 31 changed files with 13,930 additions and 2 deletions.
28 changes: 28 additions & 0 deletions docs-conf.json
@@ -0,0 +1,28 @@
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"systemName" : "DADI API CouchDB Adapter",
"footer" : "{string}",
"copyright" : "{string}",
"includeDate" : false,
"navType" : "inline",
"theme" : "journal",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : false,
"outputSourceFiles" : true ,
"outputSourcePath" : false,
"syntaxTheme" : "default",
"sort" : true
}
}

0 comments on commit d762232

Please sign in to comment.