<div dir="ltr">While going through the child comments of a fullcomment, specifically the ParamCommandComment, when I try to get the description of the param, I'm getting the trailing newline and * for the next line<div><br></div><div>/**</div><div>* This is some function</div><div>* @param some_param this is what it does</div><div>* @param some_other_param ...</div><div>*/</div><div><br></div><div>I just want to get "this is what it does" but I end up with</div><div><br></div><div>```</div><div>this is what it does</div><div>*</div><div>```</div><div><br></div><div>when I say some_param_command_comment->getParagraph->getSourceRange() (pseudocode).</div><div><br></div><div>Is there a better way to do this?</div><div><br></div><div>Thank you.</div><div><br></div><div>-Zac</div></div>