doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Add special comment or encapsulation for functions

Open xNiux opened this issue 2 years ago • 1 comments

Example :

For a variable :

/**
 *@brief : Variable for a loop
 */

For a function:

/******************************************************************************
 * @brief 
 * 
 * @param i 
 ******************************************************************************/
void LoopFct(int i)

Because it sometimes really difficult to find the functions limits in a code .....

xNiux avatar Apr 08 '22 12:04 xNiux

I was also looking for a feature like this.

chriskerluke avatar Nov 03 '22 18:11 chriskerluke