I have install the Jsdoc in my solution with the help of command npm install jsdoc. Now in method I have defined with the comment as:-
/** * @param {object} state person/thing you want to say hello to. * @param {object} action * @returns {object} state */ Now the question is how can I generate the document?, what will be the command to generate the document?