id summary reporter owner description type status milestone component version severity resolution keywords cc 12184 clang -Wdocumentation warning gonzalobg88@… Ion Gaztañaga "I get the following documentation warning (-Wdocumentation) with clang: include/boost/intrusive/slist.hpp:1208:55: warning: not a Doxygen trailing comment [-Wdocumentation] const_iterator last_x(x.previous(x.end())); //<- constant time if cache_last is active ^~~~ ///< It's not serious but since ""//<"" looks like, but is not, a Doxygen documentation comment clang warns about it. Switching from ""//<"" to ""//"" in the following line resolves the issue for me: https://github.com/boostorg/intrusive/blob/develop/include/boost/intrusive/slist.hpp#L1268" Bugs closed To Be Determined intrusive Boost 1.61.0 Cosmetic fixed