lyfeyaj/poplar

View on GitHub
jsdoc.json

Summary

Maintainability
Test Coverage
{
  "tags": {
    "allowUnknownTags": true,
    "dictionaries": ["jsdoc","closure"]
  },
  "source": {
    "includePattern": ".+\\.js(doc)?$",
    "excludePattern": "(^|\\/|\\\\)_"
  },
  "plugins": ["plugins/markdown"],
  "templates": {
    "cleverLinks": true,
    "monospaceLinks": true,
    "theme": "journal"
  },
  "opts": {

    "encoding": "utf8",
    "destination": "./docs/"
  }
}