diff --git a/README.md b/README.md index 909149b..af65bce 100755 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file