You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently async functions are not emphasized in any way. On the other hand JSDoc by default specifically emphasizes them, discussion on the design is in jsdoc/jsdoc#1188.
It would be really useful to mark async functions somehow.
Hi, currently most users document async functions like this which also gives you the opportunity to specify @fulfil and @reject..
However, i tested your partial and it looks good too.. However, implementing it will change everyone's documentation output overnight - including those that use the method mentioned above and don't need it..
So, behind a flag, maybe.. Will have a play..
Btw, feel free to post any more ideas you have - now's a good time.
Currently
async
functions are not emphasized in any way. On the other hand JSDoc by default specifically emphasizes them, discussion on the design is in jsdoc/jsdoc#1188.It would be really useful to mark
async
functions somehow.I use this modified
sig-name.hbs
:The text was updated successfully, but these errors were encountered: