onury/docma

Add @default tag support

aaronmallen opened this issue · 1 comments

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 commented

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