rawphp/plugged-in

View on GitHub
esdoc.json

Summary

Maintainability
Test Coverage
{
  "source": "./src",
  "destination": "./docs",
  "excludes": [],
  "access": [
    "public",
    "protected"
  ],
  "debug": false,
  "index": "./README.md",
  "package": "./package.json",
  "title": "Plugged In",
  "test": {
    "type": "mocha",
    "source": "./tests"
  },
  "plugins": [
    {
      "name": "esdoc-es7-plugin"
    }
  ]
}