Add JSDoc config
This commit is contained in:
20
jsdoc.json
Normal file
20
jsdoc.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"source": {
|
||||
"include": ["js/"]
|
||||
},
|
||||
|
||||
"opts": {
|
||||
"plugins": ["plugins/markdown"],
|
||||
"markdown": {
|
||||
"tags": ["module", "namespace"]
|
||||
},
|
||||
"encoding": "utf8",
|
||||
"destination": "docs/",
|
||||
"recurse": true,
|
||||
"verbose": true,
|
||||
"theme_opts": {
|
||||
"theme": "light",
|
||||
"title": "SCAENAE - ATON-based Web App"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user