aureooms/js-fft-integer

View on GitHub
.esdoc.json

Summary

Maintainability
Test Coverage
{
  "source": "./src",
  "destination": "./gh-pages",
  "debug": false,
  "index": "./README.md",
  "package": "./package.json",
  "plugins": [
    {
      "name": "esdoc-standard-plugin",
      "option": {
        "accessor": {
          "access": ["public", "protected", "private"],
          "autoPrivate": true
        },
        "brand": {
          "title": "@aureooms/js-fft-integer"
        },
        "test": {
          "type": "ava",
          "source": "./test/src"
        },
        "manual": {
          "files":[
            "./doc/manual/overview.md",
            "./doc/manual/installation.md",
            "./doc/manual/usage.md",
            "./doc/manual/example.md"
          ]
        }
      }
    },
    {
      "name": "esdoc-inject-style-plugin",
      "option": {
        "enable": true,
        "styles": ["./doc/css/style.css"]
      }
    },
    {
      "name": "esdoc-inject-script-plugin",
      "option": {
        "enable": true,
        "scripts": ["./doc/scripts/header.js"]
      }
    }
  ]
}