> From: Florian Lindner
> Date: 15.07.2014 10:56
>
> Hello,
>
> I have a lot of comments like that:
>
>/**
> * @brief Limit of iterations during one timestep.
> */
>int _maxIterations;
>
> which makes it three lines of code for one line of comment. What is the best
> way to achieve
iginal Message-
From: Florian Lindner [mailto:mailingli...@xgm.de]
Sent: Tuesday, July 15, 2014 10:56 AM
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] Briefer comments
Hello,
I have a lot of comments like that:
/**
* @brief Limit of iterations during one timestep.
*/
Hello,
I have a lot of comments like that:
/**
* @brief Limit of iterations during one timestep.
*/
int _maxIterations;
which makes it three lines of code for one line of comment. What is the best
way to achieve the same commentary with one line of code?
At http://www.stack.nl/~dimit