test jsdoc

This commit is contained in:
Felix Roos 2022-05-01 15:40:54 +02:00
parent f469e48970
commit 2348d056cb
6 changed files with 1343 additions and 14 deletions

6
jsdoc.config.json Normal file
View file

@ -0,0 +1,6 @@
{
"source": {
"includePattern": ".+\\.(js(doc|x)?|mjs)$"
},
"plugins": ["plugins/markdown"]
}