@since <versionDescription>
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() {}
© 2011–2017 the contributors to the JSDoc 3 documentation project
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://usejsdoc.org/tags-since.html