You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Assign the project to a list of employees. * @param {Object[]} employees - The employees who are responsible for the project. * @param {string} employees[].name - The name of an employee. * @param {string} employees[].department - The employee's department. */Project.prototype.assign=function(employees){// ...};
In jsdoc ,it support that syntax.
copied from jsdoc
But jscs-jsdoc can't support that....
The text was updated successfully, but these errors were encountered: