]> code.delx.au - gnu-emacs-elpa/commit
Add support for JSDoc @callback, @func and @method tags
authorZhiming Wang <zmwangx@gmail.com>
Sun, 24 Jan 2016 18:50:16 +0000 (10:50 -0800)
committerZhiming Wang <zmwangx@gmail.com>
Sun, 24 Jan 2016 19:28:00 +0000 (11:28 -0800)
commit645d129327f7e2bb1a2e52b5de2a745ca1348948
treea09b292a991c10e127c1347b907f6c0be9994c31
parentb57d129c2f156eda96f7aea004472a7f6d70334a
Add support for JSDoc @callback, @func and @method tags

See http://usejsdoc.org/tags-callback.html for documentation of the
@callback tag; see http://usejsdoc.org/tags-function.html for
documentation of the @func and @method tags (both are synonyms of the
@function tag).

Closes #307.
js2-mode.el