Skip to content

Salsa does not understand parameters with properties JSDoc #6661

Closed
@egamma

Description

@egamma

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.
}

image

Copied from original issue: microsoft/vscode#2441

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions