forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
74 lines (74 loc) · 2.51 KB
/
docs.json
File metadata and controls
74 lines (74 loc) · 2.51 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"opts": {
"recurse": true,
"template": "../template",
"configPath": "../classic",
"destination": "./docs/classic"
},
"disqus": "",
"tags": {
"allowUnknownTags": true
},
"i18n": {
"defaultLang": "en",
"possibleLang": ["en"],
"dbFilePath": "./build/jsdocs/classic"
},
"source": {
"includePattern": ".+\\.js?$",
"include": [
"src/classic",
"src/common/thirdparty/elasticsearch",
"src/common/iServer/AddressMatchService.js",
"src/common/iServer/ProcessingService.js",
"src/common/iServer/CommonServiceBase.js",
"src/common/iServer/GeoCodingParameter.js",
"src/common/iServer/GeoDecodingParameter.js",
"src/common/iServer/CreateDatasetParameters.js",
"src/common/iServer/UpdateDatasetParameters.js",
"src/common/iServer/BuffersAnalystJobsParameter.js",
"src/common/iServer/KernelDensityJobParameter.js",
"src/common/iServer/SingleObjectQueryJobsParameter.js",
"src/common/iServer/SummaryAttributesJobsParameter.js",
"src/common/iServer/SummaryMeshJobParameter.js",
"src/common/iServer/SummaryRegionJobParameter.js",
"src/common/iServer/TopologyValidatorJobsParameter.js",
"src/common/iServer/VectorClipJobsParameter.js",
"src/common/iServer/MappingParameters.js",
"src/common/iServer/OutputSetting.js",
"src/common/iServer/ThemeGridRangeItem.js",
"src/common/iServer/OverlayGeoJobParameter.js",
"src/common/iServer/ServerColor.js",
"src/common/iServer/DatasourceConnectionInfo.js",
"src/common/iServer/SetDatasourceParameters.js",
"src/common/commontypes/Bounds.js",
"src/common/commontypes/Size.js",
"src/common/commontypes/geometry/Point.js",
"src/common/commontypes/Geometry.js",
"src/common/commontypes/LonLat.js",
"src/common/commontypes/Pixel.js",
"src/common/commontypes/Events.js",
"src/common/commontypes/Event.js",
"src/common/REST.js"
],
"exclude": [
"src/common/thirdparty/ai",
"src/classic/libs",
"src/classic/theme",
"src/classic/resource",
"src/common/overlay/levelRenderer",
"src/common/lang/locales"
]
},
"plugins": ["plugins/markdown", "../plugins/moduleCategories"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": false
},
"namespace": "SuperMap",
"npm": "@supermapgis/iclient-classic",
"cdn": "https://iclient.supermap.io/dist/classic/iclient-classic.js"
}
}