構文
@author <name> [<emailAddress>]
概要
@authorが、アイテムの著者の身元を特定します。JSDoc 3.2以降、著者の名前の後に角括弧で囲まれたメールアドレスが続いている場合、デフォルトテンプレートはメールアドレスをmailto:
リンクに変換します。
例
/**
* @author Jane Smith <jsmith@example.com>
*/
function MyClass() {}
@author <name> [<emailAddress>]
@authorが、アイテムの著者の身元を特定します。JSDoc 3.2以降、著者の名前の後に角括弧で囲まれたメールアドレスが続いている場合、デフォルトテンプレートはメールアドレスをmailto:
リンクに変換します。
/**
* @author Jane Smith <jsmith@example.com>
*/
function MyClass() {}