Skip to content

add jsdoc tags from jsdoc v3.2-dev#82

Closed
mwcz wants to merge 3 commits into
pangloss:masterfrom
mwcz:back-compat
Closed

add jsdoc tags from jsdoc v3.2-dev#82
mwcz wants to merge 3 commits into
pangloss:masterfrom
mwcz:back-compat

Conversation

@mwcz

@mwcz mwcz commented Jun 19, 2013

Copy link
Copy Markdown
Contributor

I also submitted pull request #83 as an alternative to this one. Take your pick. :)

I've updated the syntax file to bring the JSDoc keywords up to date with the HEAD revision of jsdoc.

This file defines all the jsdoc tags: https://github.com/jsdoc3/jsdoc/blob/master/lib/jsdoc/tag/dictionary/definitions.js

Some keywords have been removed from jsdoc, but this pull request does NOT remove any existing keywords, in case you want to retain backwards compatibility. I'm also submitting a separate pull request that does remove all old keywords. Take your pick. :)

Here are the tags added:

  • abstract
  • callback
  • classdesc
  • defaultvalue
  • desc
  • emits
  • enum
  • external
  • fires
  • instance
  • listens
  • method
  • mixes
  • mixin
  • summary
  • this
  • todo
  • typedef
  • undocumented
  • var
  • variation
  • virtual

@goatslacker

Copy link
Copy Markdown
Collaborator

Merged #83

@goatslacker goatslacker closed this Jul 5, 2013
@mwcz
mwcz deleted the back-compat branch July 5, 2013 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants