Created attachment 109276 [details] Unparsed doxygen comment in the tooltip. In Kdevelop 5.1.1 doxygen comments were parsed and properly rendered in the tooltips when hovering over your types (See pictures). In version 5.2.1 it just shows the raw text without formatting, which is a regression
Created attachment 109277 [details] The exact same code in Kdevelop 5.1.1 formatted and rendered properly in the tooltip
This was disabled in 5.2.1, because it triggers a bug in libclang [1] that causes KDevelop to crash. When that problem is fixed upstream it can be re-enabled. [1] https://bugs.llvm.org/show_bug.cgi?id=35333 *** This bug has been marked as a duplicate of bug 387279 ***