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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
