Some implementation in classes; add JSDOC
This commit is contained in:
18
jsdoc.json
Normal file
18
jsdoc.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user