gnysek

Results 3 comments of gnysek

Problem with `@param` names is that Feather shows a warning if param name isn't same as inside function, that's why I changed `camelCase` and `[optionalParameters]` to what they are now.

![obraz](https://user-images.githubusercontent.com/524094/185253515-ca2f57af-e706-4fbf-be56-aa00bd921335.png) I've also tried with `/// @func` but while this work for bottom bar of code editor, Feather ignores it. When using same variable names in JSDoc that in function...

maaaybe this should be reported as bug, as this was allowed before, and now that feature seems to be removed