Overview of TSDoc
mainTSDoc is a documentation standard for TypeScript. It provides a structured way to write comments that can be parsed by tools to generate documentation or perform static analysis.
Key resources for users:
- Project Overview & Roadmap: https://tsdoc.org/
- Tag Reference: Learn about syntax elements like
@param,@remarks, etc. at https://tsdoc.org/pages/tags/alpha/ - Interactive Playground: Test the parser engine at https://tsdoc.org/play
- Community Support: Join the Zulip chat room for live help.