Bug 232829

Summary: Render doxygen comments when displaying code browser window
Product: [Developer tools] kdevplatform Reporter: Mihai <mihai.stanescu>
Component: contextbrowserAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: VLO    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***