Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 832 Bytes

File metadata and controls

21 lines (15 loc) · 832 Bytes

JSDoc Back

JSDoc is an API documentation generator for JavaScript, and it is helpful for commenting on methods, modules, classes, etc. When add comments with JSDoc formation, the tool can scan around code and generate an HTML documentation website for us.

Here I just want to note about some rules we need to know around using JSDoc.

Tags

Advanced