{
    "tags": {
        "allowUnknownTags": true
    },
    "source": {
        "include": [
            "src/"
        ],
        "exclude": [],
        "includePattern": ".+\\.(js)(doc)?$"
    },
    "plugins": ["plugins/markdown"],
    "markdown": {
        "parser": "gfm",
        "hardwrap": false
    },

    "templates": {
        "applicationName": "YandexAudio",
        "disqus": "",
        "googleAnalytics": "",
        "openGraph": {
            "title": "",
            "type": "website",
            "image": "",
            "site_name": "",
            "url": ""
        },
        "meta": {
            "title": "",
            "description": "",
            "keyword": ""
        },
        "linenums": true
    },

    "opts": {
        "template": "jsdoc/doc",
        "recurse": true,
        "encoding": "utf8",
        "destination": "spec/",
        "private": false,
        "lenient": true,
        "readme": "readme.md",
        "tutorials": "tutorial/"
    }
}
