Bug 232829 - Render doxygen comments when displaying code browser window
Summary: Render doxygen comments when displaying code browser window
Status: RESOLVED DUPLICATE of bug 183609
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: contextbrowser (show other bugs)
Version: unspecified
Platform: unspecified Linux
: VLO wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 13:30 UTC by Mihai
Modified: 2012-12-22 23:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai 2010-03-31 13:30:51 UTC
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}
Comment 1 Andreas Pakulat 2010-03-31 14:15:00 UTC
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).
Comment 2 Kevin Funk 2012-12-22 23:58:07 UTC

*** This bug has been marked as a duplicate of bug 183609 ***