I'm trying to document my program with the jsdoc syntax for myself and the people that will have to look at my code. I'm also trying to improve my skills. For a parameter of the jQuery type I'm a little puzzled. I know that's an object, but a fairly common in my program, so I think I should first declare a typedef for the jQuery type, then use it as my parameter type. So I ask, would it be the correct way to do it?I'm trying to document my program with the jsdo