Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
@module is missing here, too:
https://developers.google.com/closure/compiler/docs/js-for-compiler
I guess there are more missing annotations (@class, @exports, @alias, a.s.o.
See the section "JSDoc 3 Tag Dictionary" here: http://usejsdoc.org/)
Original comment by visusnor...@gmail.com
on 10 May 2013 at 8:58
The Closure Linter supports the tags of the Google JavaScript Style Guide, not
the tags of jsdoc, which while they overlap are not the same.
You can indicate the linter should not error on a given tag by specifying it on
the command line via the --custom_jsdoc_tags flag, however, you will not get an
syntax checking for that flag.
Original comment by a...@google.com
on 4 Dec 2013 at 11:21
Original issue reported on code.google.com by
visusnor...@gmail.com
on 10 May 2013 at 8:48