| Summary: | Render doxygen comments when displaying code browser window | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Mihai <mihai.stanescu> |
| Component: | contextbrowser | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | ||
| Priority: | VLO | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I'm not sure how useful this is, especially considering the amount of work we'd have to do for this (needs a doxygen parser). *** This bug has been marked as a duplicate of bug 183609 *** |
Version: 3.9.99 (using KDevPlatform 0.9.99) (using 4.3.5 (KDE 4.3.5), Gentoo) Compiler: x86_64-pc-linux-gnu-gcc OS: Linux (x86_64) release 2.6.29-gentoo-r5 I would like kdevelop to render a bit doxygen tags in documentation displayed by code browser for a function for example. Maybe not all tags just the usual ones Example and proposal: /** {brief}. * {desc} * \param[in] {paramName} {paramDesc} * \retval {val} {descval} */ Could look something like <bold> {brief} {description} Params: in {paramName} - {paramDesc} Return values: {val} - {descval}