-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathetc_project.json
49 lines (49 loc) · 1.03 KB
/
etc_project.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
43
44
45
46
47
48
49
{
"devToolConfig": {
"version": {
"fileTemplates": {
"tools/ci/templates/version.h.in": "include/etcpal/version.h"
},
"jira": {
"project": "ETCPAL",
"buildReportTemplate": "tools/ci/templates/build_report.txt"
}
},
"release-lib": {
"projectName": "EtcPal",
"jira": {
"project": "ETCPAL"
},
"legacyP4Mirror": {
"name": "GITHUB_EtcPal",
"labelPrefix": "EtcPal"
}
},
"docs": {
"extraStylesheets": ["docs/etcpal_dox_styles.css"],
"multiVersion": {
"enabled": true,
"htmlRoot": "/EtcPalDocs",
"versions": [
{
"name": "0.1.0",
"ref": "v0.1.0",
"doxyfileDir": "doc"
},
{
"name": "0.2.0",
"ref": "v0.2.0"
},
{
"name": "0.3.0",
"ref": "v0.3.0"
},
{
"name": "0.4.1",
"ref": "v0.4.1"
}
]
}
}
}
}