Summary: | Interpret doxygen tags in code browser and tooltips | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Thomas McGuire <mcguire> |
Component: | Doxygen integration | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | mihai.stanescu, post |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 5.0.0 | |
Sentry Crash Report: | |||
Attachments: | Screenshot showing doxygen-style comments in tooltip under KDevelop 5.0 |
Description
Thomas McGuire
2009-02-07 21:51:58 UTC
I don't like the idea of parsing doxygen comments, this means yet another parser which we have to maintain. Even just copying doxygen sources is a bad option, we had that in kdev3 and its a nightmare. So the only option I can see would be some way of running doxygen on a single tag and displaying the html result. *** Bug 232829 has been marked as a duplicate of this bug. *** We support this in KDevelop 5 now, the parsing of the doxygen-style comments is done by libclang. Created attachment 100037 [details]
Screenshot showing doxygen-style comments in tooltip under KDevelop 5.0
It would be even better, if the doxygen tags would also be rendered in the source code browser window. When the cursor is outside the doxygen comment block, it would be nicely rendered. When it is inside, the plain text would be shown, which you could edit. @Volker: That would be a separate wish/report. I'm not sure that's feasible to implement; this would need support from the KTextEditor framework. |