Hi i am use GitHub - fabienb4/meteor-jsdoc: DEPRECATED - Automated JSDoc generation for Meteor projects with a Meteor server to output the docs.
everything work fine except when i try to define my own object here is the typedef i use
/**
*
- @typedef {({ email: string,
password: string,
name: string,
date_of_birth: Date,
gender: string,
phone_number: (string|undefined),
occupation: (string|undefined),
organization: (string|undefined) })} UserSchema
*/
But in the meteor doc server it only show as object
and when i check the jsdoc data file it is show the name as object
i had been try to find solution for day but haven’t work the only way is i have to manually change the docsData which is not that flexible in the future