davidderaedt / annotate-extension

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

Bad fomatting #19

Closed ajorquera closed 10 years ago

ajorquera commented 10 years ago

If you try to create a JSDoc annotation with a function that has text preceding it, it will format the annotation with the same characters.

;(function (params) {}());

Will create

;(/**
;( * Description
;( */
davidderaedt commented 10 years ago

Fixed