Closed markelog closed 9 years ago
@markelog I don't see it's broken ;-( Need more info. See #133
Did you run checkParamNames
on code:
/**
* @param userInfo Information about the user.
* @param userInfo.name The name of the user.
* @param userInfo.email The email of the user.
*/
function logIn(userInfo) {
doLogIn(userInfo.name, userInfo.email);
}
?
I've updated test, still no error ;-(
https://github.com/jscs-dev/jscs-jsdoc/pull/133/files#diff-4170383ccbd6bc30dfa2c057c8393ce9R484
Sorry, it seems requireParamTypes
is the one offending rule
Hm, does requireParamTypes not works as expected? What you suggest to do? ;-)
No, i'm just stupid!
;-( okay.
From https://code.google.com/p/jsdoc-toolkit/wiki/TagParam
But jsDoc will warn for such definitions