forked from googleapis/google-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc-conf.json
42 lines (42 loc) · 996 Bytes
/
jsdoc-conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["README.md", "package.json", "apis/", "lib/"],
"exclude": [
"lib/auth/",
"lib/apirequest.js",
"lib/discovery.js",
"lib/generator.js",
"lib/generator_utils.js",
"lib/pemverifier.js",
"lib/transporters.js",
"lib/utils.js"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "./node_modules/ink-docstrap/template",
"destination": "./doc/",
"recurse": true,
"verbose": true,
"encoding": "utf8",
"private": false,
"readme": "./README.md",
"package": "./package.json"
},
"templates": {
"copyright": "google-api-nodejs-client Copyright © 2012-2016 Google Inc.",
"outputSourceFiles": false,
"linenums": true,
"systemName": "googleapis",
"theme": "lumen",
"search": false
}
}