replicate-javascript icon indicating copy to clipboard operation
replicate-javascript copied to clipboard

Add `@since` tag to symbol documentation

Open mattt opened this issue 9 months ago • 0 comments

The @since tag indicates that a class, method, or other symbol was added in a specific version.

/**
 * Provides access to user information.
 * @since 1.0.1
 */
function UserRecord() {}

mattt avatar Sep 27 '23 18:09 mattt