-
Notifications
You must be signed in to change notification settings - Fork 13
/
jsdoc.json
41 lines (41 loc) · 1.28 KB
/
jsdoc.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
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"source": {
"include": [
"./src/",
"./doc/README.md"
]
},
"templates": {
"cleverLinks" : false,
"applicationName" : "Geoportal Resources Access",
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "Geoportal Resources Access",
"footer" : "Geoportal Resources Access - version 2.0.0",
"copyright" : "Copyright (c) IGN, released under the CECILL-B license",
"navType" : "inline",
"theme" : "darkly",
"linenums" : true,
"collapseSymbols" : true,
"inverseNav" : true,
"highlightTutorialCode" : false,
"syntaxTheme" : "default"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"opts": {
"template": "./doc/jaguarjs-jsdoc",
"encoding": "utf8",
"destination": "./jsdoc/",
"recurse": true,
"lenient": true,
"verbose": true }
}