mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-27 07:03:07 +00:00
GUAC-791: Add configuration file for JSDoc generation.
This commit is contained in:
9
guacamole-common-js/jsdoc-conf.json
Normal file
9
guacamole-common-js/jsdoc-conf.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"source" : {
|
||||||
|
"include" : "src"
|
||||||
|
},
|
||||||
|
"opts" : {
|
||||||
|
"recurse" : true,
|
||||||
|
"destination" : "target/site/jsdoc"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user