vinniefalco added a comment. This is a beautiful patch, it has helped me understand the hierarchy of clang comment nodes much better.
I will note that it only supports explicit briefs. That is, those for which the \brief or @brief command has appeared. But implicit briefs are also quite prevalent. An implicit brief is simply the text of the first paragraph, after removing the whitespace starting at the beginning of the `FullComment`, and the absence of a \brief or @brief command anywhere else in the attached javadoc. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134130/new/ https://reviews.llvm.org/D134130 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits