jsdoc/jsdoc.github.io

Document `@async` tag

hegemonic opened this issue · 1 comments

The @async tag is introduced in JSDoc 3.5.0. It indicates that a function is asynchronous. It's only useful in virtual comments. You don't need to use it for functions that include the async keyword—JSDoc autodetects those.

Fixed on master.