Bug 387748 - Regression: Kdevelop no longer parses/renders doxygen (javadoc) comments
Summary: Regression: Kdevelop no longer parses/renders doxygen (javadoc) comments
Status: RESOLVED DUPLICATE of bug 387279
Alias: None
Product: kdevelop
Classification: Applications
Component: Documentation viewer (other bugs)
Version First Reported In: 5.2.1
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-09 20:23 UTC by Staffan Palmroos
Modified: 2017-12-09 20:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Unparsed doxygen comment in the tooltip. (310.33 KB, image/png)
2017-12-09 20:23 UTC, Staffan Palmroos
Details
The exact same code in Kdevelop 5.1.1 formatted and rendered properly in the tooltip (250.95 KB, image/png)
2017-12-09 20:25 UTC, Staffan Palmroos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Staffan Palmroos 2017-12-09 20:23:56 UTC
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
Comment 1 Staffan Palmroos 2017-12-09 20:25:30 UTC
Created attachment 109277 [details]
The exact same code in Kdevelop 5.1.1 formatted and rendered properly in the tooltip
Comment 2 Francis Herne 2017-12-09 20:27:50 UTC
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 ***