forked from IGNF/geoportal-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc-ol3.json
43 lines (43 loc) · 1.36 KB
/
jsdoc-ol3.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
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"source": {
"include": [
"src/Ol3",
"src/Common",
"doc/README-ol3.md"
]
},
"templates": {
"cleverLinks" : false,
"applicationName" : "Geoportal Extension for OpenLayers 3",
"monospaceLinks" : false,
"dateFormat" : "ddd MMM Do YYYY",
"outputSourceFiles" : true,
"outputSourcePath" : true,
"systemName" : "Geoportal Extension for OpenLayers 3",
"footer" : "API Extension version 1.0.0",
"copyright" : "Geoportail - 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" : "target/build/Ol3/doc/jaguarjs-jsdoc",
"encoding" : "utf8",
"destination": "./target/build/Ol3/doc",
"recurse": true,
"lenient": true,
"verbose": true
}
}