Issue 71159
Summary -Wdocumentation too strict on `not a Doxygen trailing comment`
Labels new issue
Assignees
Reporter JVApen
    The following code:
````
auto f() noexcept
{
    [[maybe_unused]] int i = 0; //< For debug purpose
}
````
causes the warning `not a Doxygen trailing comment [-Wdocumentation]`.
However, this comment is not in a context where doxygen expects a doxygen comment.
As such, doxygen gives a warning if this would be updated to `///<`.

I believe that inside a function, this warning should not be given.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to