-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjsdoc.conf
More file actions
53 lines (53 loc) · 1.48 KB
/
jsdoc.conf
File metadata and controls
53 lines (53 loc) · 1.48 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"source": {
"include":[
"Static/Config.js",
"FilterComponents.js",
"Static/Filters.js",
"Hierarchy.js",
"JSON.js",
"Static/Page_comments.js",
"Static/Page_dashboard.js",
"Static/Page_detailed_analysis.js",
"Static/Page_filters.js",
"Static/PageMaster.js",
"Static/Parameters.js",
"ParameterUtilities.js",
"Static/ReportMaster.js",
"TADetailedAnalysisTable.js",
"TAFilters.js",
"TAFolder.js",
"TAHelper.js",
"TAHitlistUtils.js",
"TALibrary.js",
"TAMasks.js",
"TAParameters.js",
"TATableData.js",
"TATableUtils.js",
"TAThemeDistributionTable.js",
"TATiles.js",
"TATopChangedTable.js",
"TATopSentimentTable.js",
"package.json",
"README.md"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown","plugins/commentsOnly"],
"templates": {
"cleverLinks": true,
"monospaceLinks": true
},
"opts": {
"destination": "docs",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "node_modules/docdash"
}
}