Skip to content

Salsa: werid rendering of hover for arguments with jsdoc #2387

@isidorn

Description

@isidorn

Have the following code

/**
 * A person
 * @constructor
 * @param {string} name - The name of the person.
 * @param {number} age - The age of the person.
 */
function Person(name, age) {
    this.name = name;
    this.age = age;
}

Hover over age. The information message starts with a dot and is not centered and not aligned nicely. I would expect the hover space to be used in a better way.

screen shot 2016-01-26 at 17 22 16

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