Re: [Doxygen-users] Briefer comments

2014-07-15 Thread Clemens Feige
> 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

Re: [Doxygen-users] Briefer comments

2014-07-15 Thread Stefan Ludewig
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. */

[Doxygen-users] Briefer comments

2014-07-15 Thread Florian Lindner
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