该@param
标签允许记录属性,例如
/**
* @param {Object} userInfo Information about the user.
* @param {String} userInfo.name The name of the user.
* @param {String} userInfo.email The email of the user.
*/
我将如何记录@this 标签的属性?
/**
* @this {Object}
* @param {String} this.name The name of the user.
* @param {String} this.email The email of the user.
*/
我想知道是否有从事该项目的人知道。(文档仍在创建中...)