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
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
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.
*/
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?
This happens when separating paragraphs using
<p>as well. The suggestion in another issue to strip out HTML would solve it.