Skip to content

Commit

Permalink
fixup! Add @typedef JSDoc annotaion. Fix mozilla#16705
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Aug 6, 2023
1 parent b19fb27 commit 86f3047
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 200 deletions.
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ gulp.task("jsdoc", function (done) {
rimraf(JSDOC_BUILD_DIR, function () {
mkdirp(JSDOC_BUILD_DIR).then(function () {
const command =
'"node_modules/.bin/jsdoc" -d ' +
'"node_modules/.bin/typedoc" --excludeProtected --excludePrivate --out ' +
JSDOC_BUILD_DIR +
" " +
JSDOC_FILES.join(" ");
Expand Down
Loading

0 comments on commit 86f3047

Please sign in to comment.