microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.3k stars 2.76k forks source link

Added JSdocs comment labels for improved code documentation #301

Closed NyashaNziramasanga closed 4 years ago

NyashaNziramasanga commented 4 years ago

Using JSdocs labels for improved code documentation when hovering on function.

For more info jsdoc cheetsheet or jsdoc.app

Before

Screen Shot 2020-07-20 at 12 33 20 am

After

Screen Shot 2020-07-20 at 12 35 50 am
ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

NyashaNziramasanga commented 4 years ago

cheers @peterblazejewicz for the review, iv committed all the changes you suggested and it's looking a lot better now