Skip to main content

JSDocMarkup Lang to add inline documentation to JS Source Code

Sources: jsdoc.app/ usejsdoc.org/

!deprecated by TSDoc

!version current JSDoc 3

!hood

Documentation Generator

Dev tool to autogen API docs

TS can perform type checks for .js files when annotated with JSDoc types

VS Code integrates auto-complete based on JSDoc comments

JSDoc tag

JSDoc Syntax

References

  1. TSDocMarkup Lang extends JSDoc for TS inline comment docs