senchalabs / jsduck

Simple JavaScript Duckumentation generator.
http://docs.sencha.com/
GNU General Public License v3.0
1.5k stars 238 forks source link

Support Promise type definition #637

Open adoyle-h opened 8 years ago

adoyle-h commented 8 years ago

Support @return {Promise.<String, Error>} or @return {Promise.<String>} syntaxes.

Maybe we can draw on the experience of jsdoc/#509.

nene commented 8 years ago

Thanks for pointing out.

Needs some investigation. Will consider.