Skip to content

Commit

Permalink
Prevent NRE and properly annotate verify signature in tsd-jsdoc, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 18, 2016
1 parent 4bd9bd7 commit 3ad8108
Show file tree
Hide file tree
Showing 18 changed files with 1,462 additions and 271 deletions.
1 change: 1 addition & 0 deletions cli/targets/static.js
Expand Up @@ -348,6 +348,7 @@ function buildType(ref, type) {
push("");
pushComment([
"Verifies a " + type.name + ".",
"@function",
"@param {" + fullName + "|Object} message " + type.name + " or plain object to verify",
"@returns {?string} `null` if valid, otherwise the reason why it is not"
]);
Expand Down

0 comments on commit 3ad8108

Please sign in to comment.