Function Help: Support for doxygen directional param command

Discussion about CodeLite development process and patches
User avatar
Rosch
CodeLite Enthusiast
Posts: 24
Joined: Fri Nov 02, 2012 4:28 pm
Genuine User: Yes
IDE Question: C++
Location: Germany
Contact:

Function Help: Support for doxygen directional param command

Post by Rosch »

Hi...

Doxygen allows the @param command to have (optional) params to give the direction of the parameter.
(See: http://www.stack.nl/~dimitri/doxygen/co ... l#cmdparam)

So parameter descriptions may look like this:
@param myParam ...
@param[in] myParam ...
@param[out] myParam ...
@param[in,out] myParam ...

Codelite shows doxygen keywords in blue in the function completion help (CTRL+SPACE) but at present cannot detect the param commands with directional parameters. The attached (very simple) patch fixes this so these param commands are now also highlighted in blue by expanding the regex used for detecting doxygen commands.

Roland
You do not have the required permissions to view the files attached to this post.