Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

Comments -> full doc #55

Closed adricorse closed 9 years ago

adricorse commented 9 years ago

Hello, Better than words, check this GIF : fixme

If you add "/" before a function, you have the full doc but you have the same reaction if "/" is before more one line. Thanks ! :)

Wikunia commented 9 years ago

Do you think it would be better to provide the docs only directly before the function declaration.

adricorse commented 9 years ago

I think yes, if you want add comment anything before the function (as in the example above), your line of comments is removed.

Wikunia commented 9 years ago

Unfortunately it is really only "solving" and not "solved". It works in some cases but not in all. Stay tuned. Hope I can fix this today cause I don't have time over the weekend. Btw. thanks for the issue!

Wikunia commented 9 years ago

It should work NOW :) Would be nice if you can check it using the "Install from URL" option! Thanks again

adricorse commented 9 years ago

Perfect ! I like it ! :) Thanks again Wikunia ! Good luck for #56 ;)

Wikunia commented 9 years ago

Haha yeah that one is challenging. I'll have a deep look later today.