.. @author::
@author <name> [<emailAddress>]
@author标记标识项目的作者. 在JSDoc 3.2及更高版本中, 如果作者姓名后跟一个括在尖括号中的电子邮件地址, 则默认模板会将电子邮件地址转换为“mailto: ”链接.
/** * @author Jane Smith <jsmith@example.com> */ function MyClass() {}