DEV Community

Cover image for Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

Mirza Leka on March 03, 2024

In this blog, you'll learn how to document your JS/TS code, how to give more context to your functionalities using JSDoc, and how to generate docum...
Collapse
 
lexlohr profile image
Alex Lohr

One of my favorite tricks is using markdown in JSDoc comments, as it is supported by virtually all IDEs and editors with JSDoc support.

Collapse
 
mirzaleka profile image
Mirza Leka

Really? I haven't tried that. Thanks for the input

Collapse
 
gautamvaishnav profile image
Gautam Vaishnav

The typescript one is awesome 😍😍😍