[clang-tools-extra] [clangd] extend and rearrange doxygen hover documentation (PR #152918)
Maksim Ivanov via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 11 16:48:42 PDT 2025
================
@@ -1504,41 +1505,103 @@ markup::Document HoverInfo::presentDoxygen() const {
Header.appendText(index::getSymbolKindString(Kind)).appendSpace();
assert(!Name.empty() && "hover triggered on a nameless symbol");
- Header.appendCode(Name);
----------------
emaxx-google wrote:
BTW the `NOTE:` comment above should be removed now I think?
https://github.com/llvm/llvm-project/pull/152918
More information about the cfe-commits
mailing list