Files
google-auth-library-nodejs/jsdoc-conf.json

23 lines
432 B
JSON

{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["apis/", "lib/" ],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"template": "templates/default",
"encoding": "utf8",
"destination": "./docs/",
"recurse": true,
"tutorials": "examples/"
}
}