From 31ab25c0c9298aa833edd118752e97f15f7d8e2a Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Wed, 29 Feb 2012 17:34:17 +0400 Subject: doxygen: MathCommand is not about string operators --- Source/cmMathCommand.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/cmMathCommand.h b/Source/cmMathCommand.h index d31f34b..d45e4fc 100644 --- a/Source/cmMathCommand.h +++ b/Source/cmMathCommand.h @@ -14,10 +14,7 @@ #include "cmCommand.h" -/** \class cmMathCommand - * \brief Common string operations - * - */ +/// Mathematical expressions: math(EXPR ...) command. class cmMathCommand : public cmCommand { public: -- cgit v0.12