Skip to content
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

Add @default tag support #60

Closed
aaronmallen opened this issue Nov 20, 2018 · 1 comment
Closed

Add @default tag support #60

aaronmallen opened this issue Nov 20, 2018 · 1 comment
Labels
default-template feature-request revision Fixed or implemented. To be released.

Comments

@aaronmallen
Copy link

given:

/**
 * A base uri
 *
 * @constant
 * @default
 */
  const BASE_URI = 'http://my-example.com'

vanilla jsdoc would display the value of the constant here as I have labeled it as a default, I'd like to see the same support for the tag in docma.

@onury onury changed the title [Feature Request] Support the @default tag. Add @default tag support Dec 3, 2018
@onury onury added default-template Fixed or implemented. To be released. labels Dec 3, 2018
@onury
Copy link
Owner

onury commented Dec 3, 2018

This was already supported for symbol parameters.
Added support for symbol itself.
Available in Docma 3.1.0.

@onury onury closed this as completed Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
default-template feature-request revision Fixed or implemented. To be released.
Projects
None yet
Development

No branches or pull requests

2 participants