Codebase list node-ejs / debian/2.5.7-1 jsdoc.json
debian/2.5.7-1

Tree @debian/2.5.7-1 (Download .tar.gz)

jsdoc.json @debian/2.5.7-1raw · history · blame

{
  "_comment": "Configuration file for JSDoc."
, "tags": {
    "allowUnknownTags": true
  }
, "source": {
      "includePattern": ".+\\.js(doc)?$"
    , "excludePattern": "(^|\\/|\\\\)_"
  }
, "plugins": [ "plugins/markdown" ]
, "templates": {
    "cleverLinks": true
  , "monospaceLinks": false
  }
}