[PATCH] D134130: [clangd] Add doxygen parsing for Hover [1/3]

Vinnie Falco via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 15 13:43:48 PDT 2023


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



More information about the cfe-commits mailing list