知道如何用 YUIDoc 记录方法参数,其中参数是向量,是一个三元素数字数组吗?
这就是我到目前为止所做的,将参数描述为简单的“数组(数字)”:
/**
* Sets the color, which is a three-element array of double-precision numbers.
* @method setColor
* @param value {Array(Number)}
*/
this.setColor(value) {
//...
}
知道如何用 YUIDoc 记录方法参数,其中参数是向量,是一个三元素数字数组吗?
这就是我到目前为止所做的,将参数描述为简单的“数组(数字)”:
/**
* Sets the color, which is a three-element array of double-precision numbers.
* @method setColor
* @param value {Array(Number)}
*/
this.setColor(value) {
//...
}