[Doxygen-users] Briefer comments
Brought to you by:
dimitri
From: Florian L. <mai...@xg...> - 2014-07-15 09:20:14
|
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/~dimitri/doxygen/manual/docblocks.html all comments are multi-line. Thanks, Florian |