Updated readme

This commit is contained in:
dderaedt 2012-09-21 11:07:30 +02:00
parent a8cea6ad80
commit e21ef92206

View file

@ -17,8 +17,8 @@ This will create a JSDoc like annotation according to the function signature. I
Known issues
=====
Will only work with function declared with the form ```function name ([parameters]) {}```.
Annotations are not correctly indented.
It will only work with function declared with the form ```function name ([parameters]) {}```.
No ```@return``` is generated since the extension only looks at the function signature to generate the annotation, not its body.