-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tag Support Master Ticket #9
Comments
Hi! Is there any update on this? :) |
Noting that the HTML and Markdown columns above refer to whether or not the tag's value is rendered in the provided default HTML / Markdown theme. |
I need enum support for my projects, what exactly is missing there to support it? |
The first place is parse.js, which currently has a Unfortunately the more I read usejsdoc.org the less it makes sense: A numeric enum with a... boolean? |
✔️ Merged |
Awesome tool. Already tracked here #234 |
✔︎: full support
➖: partial support
✘: no support
Complete
@alias
@async
@augments
@deprecated
@description
@copyright
@example
@author
@function
@global
@ignore
@instance
@lends
@license
@name
@param
@throws
@member
@version
@returns
@since
@static
@property
Unfinished
@abstract
@access
@borrows
@inner
@callback
@class
@classdesc
@constant
@constructs
@default
@enum
@event
@exports
@external
@file
@fires
@implements
@inheritdoc
@interface
@kind
@listens
@memberof
@mixes
@mixin
@module
@namespace
@override
@private
@protected
@public
@readonly
@requires
@see
@summary
@this
@todo
@tutorial
@type
@typedef
@variation
The text was updated successfully, but these errors were encountered: