Reorganize structure with entry point

This commit is contained in:
2024-11-18 11:57:38 +01:00
parent e9c8ac6b07
commit 59204a591f
41 changed files with 215 additions and 155 deletions

15
webgis/js/jsdoc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"source": {
"include": ["gis.js", "ui.js", "index.js"],
"includePattern": ".js$",
"excludePattern": "(vendor/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true
}
}