{ "tags":
  { "allowUnknownTags": true },
  
  "source":
  { "include":        ["./src/js/" ],
    "includePattern": ".+\\.js$",
    "excludePattern": "doc"
  },
  
  "plugins":
  [],
  
  "templates":
  { "systemName":        "WK_Ball03",
    "footer":            "",
    "copyright":         "Copyright © 2017-2018 by Wolfgang Kowarschick, License <a href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/\">CC-BY-NC-SA-4.0</a>",
    "navType":           "vertical",
    "theme":             "cosmo",
    "linenums":          true,
    "cleverLinks":       true,
    "monospaceLinks":    true,
    "collapseSymbols":   false,
    "inverseNav":        false,
    "outputSourceFiles": true,
    "outputSourcePath":  false
  },
  
  "opts":
  { "template":    "node_modules/ink-docstrap/template",
    "encoding":    "utf8",
    "destination": "doc/jsdoc",
    "recurse":     true,
    "private":     false
  }
}