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

/**
* This is some function
* @param some_param this is what it does
* @param some_other_param ...
*/

I just want to get "this is what it does" but I end up with

```
this is what it does
*
```

when I say some_param_command_comment->getParagraph->getSourceRange()
(pseudocode).

Is there a better way to do this?

Thank you.

-Zac
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to