We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d224dc + 8bda092 commit d9f5c3cCopy full SHA for d9f5c3c
3 files changed
bin/commands/scripts/docs.sh
@@ -10,6 +10,7 @@ if [ -z "$1" ]
10
then
11
usage ;
12
elif [ "$1" = "generate" ]; then
13
+ npm install jsdoc@latest --save-dev ;
14
#browser code
15
npx jsdoc "$DIR/../../../frontend/express/public/javascripts/countly" "$DIR/../../../frontend/express/public/javascripts/pre-login.js" -R "$DIR/../../../README.md" -c "$DIR/../../../jsdoc_conf.json" -d "$DIR/../../../frontend/express/public/docs/browser" ;
16
0 commit comments