1
0
Fork 0
zmodemjs/jsdoc.json
Daniel Baumann 4d3e0bf859
Adding upstream version 0.1.10+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-22 16:48:36 +02:00

10 lines
199 B
JSON

{
"plugins": ["plugins/markdown"],
"source": {
"include": ["README.md", "src"],
"includePattern": "\\.js$"
},
"opts": {
"destination": "documentation"
}
}