Some implementation in classes; add JSDOC

This commit is contained in:
2023-10-02 17:17:36 +02:00
parent 4bbcf63940
commit 076dd1a717
9 changed files with 357 additions and 22 deletions

18
jsdoc.json Normal file
View File

@@ -0,0 +1,18 @@
{
"source": {
"include": ["src/"]
},
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true,
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"theme": "light",
"title": "GreekSchool Manifests",
"create_style": ".description{padding:10px 0}.param-desc{padding:10px}"
}
}
}