[Lldb-commits] [lldb] [LLDB][Docs] Fix warnings when building HTML docs (PR #181472)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 14 12:10:10 PST 2026
https://github.com/JDevlieghere requested changes to this pull request.
I feel pretty strongly that we shouldn't have to write double backticks in Doxygen comments. Doxygen supports Markdown (see for example `SummaryOnly` [here](https://lldb.llvm.org/cpp_reference/classlldb_1_1SBStatisticsOptions.html#ad9ebf7c500aa8cc0c34a2f159deedf10)). Would that still render the same with double backticks? But even if it does support the RST syntax, I don't think people will expect it, and will keep writing single backticks as Markdown is pretty much the standard. I would much rather fix this at the autodoc/sphinx layer.
https://github.com/llvm/llvm-project/pull/181472
More information about the lldb-commits
mailing list