Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

jsDoc: Bug detecting periods in description #2056

@dharkness

Description

@dharkness

This function description is being flagged erroneously. The preceding line does indeed end in a period. Perhaps it's getting tripped up by the HTML?

jsDoc: You started a new line with an upper case letter but previous line does not end with a period at main.js :
539 |     *
540 |     * Any parameter value without a name is assigned the boolean value <code>true</code>.
541 |     * The first such parameter, going from left-to-right, is also assigned to a field named "_".
------------^
542 |     *
543 |     * @private

This happens when separating paragraphs using <p> as well. The suggestion in another issue to strip out HTML would solve it.

/**
 * Does this thing.
 *   <p>
 * Also does something else.
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions