Skip to content

1.6

Choose a tag to compare

@QSmally QSmally released this 01 Sep 13:31

This release drafts the implementation of a few visual changes, essentially:

  • Parameters, using @param, that are prefixed with an underscore (_) will get hidden in the argument table (i.e. _Connection).
  • Adding the @link tag to a comment would result in @type, @returns and @extends to have a reference to the link, like Returns {[String](https://example.com/)} A string that... for example.