Skip to content

Commit

Permalink
Add @hideconstructor to the list of allowed JSDoc tags.
Browse files Browse the repository at this point in the history
This tag tells JSDoc that the generated documentation should not display a constructor for a class.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=200096287
  • Loading branch information
shawnbuso authored and blickly committed Jun 11, 2018
1 parent 5ced864 commit c09332c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jsdoc.annotations =\
global,\
hassoydelcall,\
hassoydeltemplate,\
hideconstructor, \
id,\
idGenerator,\
ignore,\
Expand Down
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/resources.json

Large diffs are not rendered by default.

0 comments on commit c09332c

Please sign in to comment.