forked from google/closure-library
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsdoc.json
More file actions
29 lines (29 loc) · 912 Bytes
/
Copy pathjsdoc.json
File metadata and controls
29 lines (29 loc) · 912 Bytes
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
{
"source": {
"include": ["closure/goog"],
"exclude": ["closure/goog/debug",
"closure/goog/testing",
"closure/goog/demos"],
"excludePattern": "(_test\\.js$)|(/i18n/(.*symbols(ext)?|.*patterns(ext)?|charpickerdata|currencycodemap)\\.js$)"
},
"opts": {
"recurse": true,
"destination": "./out",
"template": "./templates/default"
},
"tags": {
"allowUnknownTags": true,
"dictionaries": ["closure", "jsdoc"]
},
"templates": {
"default": {
"useLongnameInNav": true
}
},
"plugins": ["plugins/escapeHtml",
"plugins/excludeClosureModules",
"plugins/processClosureNamespaces",
"plugins/excludeClosureScopes",
"plugins/excludeClosureTestOnly",
"plugins/excludeClosureLabs"]
}