mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
Updated readme
This commit is contained in:
parent
a8cea6ad80
commit
e21ef92206
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue