{
    "tags": {
        "allowUnknownTags": true,
        "dictionaries": [
            "jsdoc",
            "closure"
        ]
    },
    "source": {
        "include": [
            "app/js/"
        ],
        "exclude": [
            "app/lib/xone/"
        ],
        "includePattern": ".+\\.js(doc)?$",
        "excludePattern": "(^|\\/|\\\\)_"
    },
    "plugins": [
        "plugins/markdown",
        "plugins/summarize"
    ],
    "markdown": {
        "tags": [
            "param",
            "type",
            "typedef",
            "return",
            "dict",
            "struct",
            "constructor",
            "interface",
            "lends",
            "private",
            "public",
            "protected"
        ],
        "excludeTags": [
            "author"
        ]
    },
    "templates": {
        "cleverLinks": false,
        "monospaceLinks": true,
        "systemName": "Project Title",
        "footer": "Created by Company",
        "copyright": "Company (c) 2017",
        "navType": "vertical",
        "theme": "cosmo",
        "linenums": true,
        "inverseNav": true,
        "includeDate": false,
        "dateFormat": "DD.MM.YYYY",
        "syntaxTheme": "dark"
        //"collapseSymbols": true,
        //"sort" : "{boolean|string}",
        //"search" : "{boolean}"
    },
    "opts": {
        //"template": "path/to/node_modules/ink-docstrap/template",
        "encoding": "utf8",
        "destination": "doc/api/",
        "recurse": true,
        "private": true
    }
}
