davidderaedt / annotate-extension

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

return values are not processed #3

Closed davidderaedt closed 10 years ago

davidderaedt commented 12 years ago

The extension currently only looks for the function signature to generate the annotation, ignoring its body, including any return statement.