Update JSDoc param names to match argument names #281
Comments
|
|
|
@dbanksdesign - I can try to handle this! In files like |
|
I would say |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


In most of our documented functions the argument name(s) don't match the JSDoc param name(s). For example:
https://github.com/amzn/style-dictionary/blob/master/lib/extend.js#L63
JSDoc param name: 'config'
Argument name: 'opts'
The text was updated successfully, but these errors were encountered: