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
Related to #458, but TSDoc (a tool maintained by Miscrosoft) although influenced by JSDoc, has a strictly distinct syntax. For example, @default in JSDOC is @defaultValue in TSDOC. @inheritDoc doesn't have the same semantics, and require an argument in TSDoc... etc.
The full specification is yet to be written, but there is already a very well documented syntax reference here. See microsoft/tsdoc#130 for updates on this specific issue.
The text was updated successfully, but these errors were encountered:
Related to #458, but TSDoc (a tool maintained by Miscrosoft) although influenced by JSDoc, has a strictly distinct syntax. For example,
@default
in JSDOC is@defaultValue
in TSDOC.@inheritDoc
doesn't have the same semantics, and require an argument in TSDoc... etc.The full specification is yet to be written, but there is already a very well documented syntax reference here. See microsoft/tsdoc#130 for updates on this specific issue.
The text was updated successfully, but these errors were encountered: