Closed
Description
From @alexandrudima on January 27, 2016 12:57
Testing #2218
Please see http://usejsdoc.org/tags-param.html#parameters-with-properties
/**
* Assign the project to an employee.
* @param {Object} employee - The employee who is responsible for the project.
* @param {string} employee.name - The name of the employee.
* @param {string} employee.department - The employee's department.
*/
function helloWorld(employee) {
employee.
}
Copied from original issue: microsoft/vscode#2441
Metadata
Metadata
Assignees
Labels
No labels