We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This was already supported for symbol parameters. Added support for symbol itself. Available in Docma 3.1.0.
Sorry, something went wrong.
No branches or pull requests
given:
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.
The text was updated successfully, but these errors were encountered: