mirror of
https://github.com/HackPlan/google-auth-library-nodejs.git
synced 2026-01-12 22:44:19 +08:00
21 lines
356 B
JSON
21 lines
356 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": ["lib/" ],
|
|
"includePattern": ".+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": [],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "./docs/",
|
|
"recurse": true
|
|
}
|
|
}
|