davidderaedt / annotate-extension

Brackets extension to generate JSDoc annotations
MIT License
18 stars 13 forks source link

Change to use REGEX. Added return feature. #21

Closed ajorquera closed 10 years ago

ajorquera commented 10 years ago

Change to using regular expressions to give more flexibility. Added feature: It gives a @returns {type} Description to the JSDocs

davidderaedt commented 10 years ago

Nice, thanks!