{
    "tags": {
        "allowUnknownTags": true,
        "dictionaries": ["jsdoc","closure"]
    },
    "source": {
        "include": ["./lib", "./examples"],
        "includePattern": ".+\\.(js|md)?$",
        "excludePattern": "(^|\\/|\\\\)_"
    },

    "plugins": ["plugins/markdown"],

    "templates": {
        "cleverLinks": false,
        "monospaceLinks": false
    },

    "markdown": {
        "excludeTags": ["author"]
    }
}
