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
Issue #143 ran into a problem with parsing types within an inline comment (@link and @tutorial are the two inline comment types).
I think this demonstrates another need which is to be able to validate all the other tags, e.g., if @author is present, ensure there is some value present, preventing descriptions for items like @abstract, etc.
With a complete consideration of the inline structure across all tag descriptions, I think it will be easier to ensure that inline comments are processed and parsed as well--within the other types of tags where allowable.
I put together an initial summary at eslint/eslint#11043 when ESLint was still handling valid-jsdoc.
The text was updated successfully, but these errors were encountered:
Issue #143 ran into a problem with parsing types within an inline comment (@link and @tutorial are the two inline comment types).
I think this demonstrates another need which is to be able to validate all the other tags, e.g., if
@author
is present, ensure there is some value present, preventing descriptions for items like@abstract
, etc.With a complete consideration of the inline structure across all tag descriptions, I think it will be easier to ensure that inline comments are processed and parsed as well--within the other types of tags where allowable.
I put together an initial summary at eslint/eslint#11043 when ESLint was still handling
valid-jsdoc
.The text was updated successfully, but these errors were encountered: