doxygen: MathCommand is not about string operators

This commit is contained in:
Yury G. Kudryashov 2012-02-29 17:34:17 +04:00
parent 486033aef3
commit 31ab25c0c9
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@
#include "cmCommand.h"
/** \class cmMathCommand
* \brief Common string operations
*
*/
/// Mathematical expressions: math(EXPR ...) command.
class cmMathCommand : public cmCommand
{
public: