forked from IGNF/geopf-extensions-openlayers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
50 lines (50 loc) · 1.21 KB
/
typedoc.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"out": "./jsdoc",
"entryPointStrategy": "expand",
"entryPoints": [
"src/index.js",
"src/packages/Controls",
"src/packages/Layers",
"src/packages/Formats",
"src/packages/Services"
],
"projectDocuments": [
"README.md",
"LICENCE.md",
"COMPILE.md",
"CONTRIBUTING.md",
"CONTRIBUTORS.md",
"doc/README.md",
"doc/DOCUMENTATION.md",
"doc/NOTE-REPORTING.md",
"doc/NOTE-VALIDATOR.md",
"doc/NOTE-LAYERSWITCHER.md",
"doc/NOTE-POSITION.md",
"doc/NOTE-CATALOG.md",
"doc/NOTE-CATALOG-PERF.md",
"doc/NOTE-CATALOG-ICON.md",
],
"blockTags": [
"@alias",
"@classdesc",
"@constructor",
"@description",
"@example",
"@extends",
"@fires",
"@fixme",
"@function",
"@mixin",
"@method",
"@module",
"@param",
"@returns",
"@todo",
"@type",
],
"sidebarLinks": {
"cartes.gouv.fr": "https://cartes.gouv.fr/cartes",
"geoportail": "https://geoportail.gouv.fr/",
"github": "https://github.com/IGNF/geopf-extensions-openlayers"
}
}