@author
Syntax
@author Name
@author Name <email>
Overview
@author identifies who wrote a symbol or file. Multiple @author tags are allowed.
TSTypeScript Supported
TypeScript recognises @author for documentation purposes.
Example
/**
* @author Alice Johnson <alice@example.com>
* @author Bob Smith
*/
class AuthService {}
See also
Official reference: jsdoc.app/tags-author