Boddlnagg wrote:
Regarding the positioning of Doxygen comments, I just saw this and was
wondering if it's possible to also support parsing of Doxygen comments that
come after the signature, which happens to be the preferred style in our
codebase ...
```c++
static int doSomething(int foobar)
/** \brief ...
* \param foobar foo bar
* \return return value
*/
{
...
```
Doxygen accepts this, although I don't know if it's specified/documented as
such.
https://github.com/llvm/llvm-project/pull/88367
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits