summaryrefslogtreecommitdiffstats
path: root/Source/cmMathCommand.h
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-29 13:34:17 (GMT)
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-29 22:33:13 (GMT)
commit31ab25c0c9298aa833edd118752e97f15f7d8e2a (patch)
tree2a609283bbb4339a8001ec260419225a561e4008 /Source/cmMathCommand.h
parent486033aef302d122938e6f52fd1c7ad29a5e75a5 (diff)
downloadCMake-31ab25c0c9298aa833edd118752e97f15f7d8e2a.zip
CMake-31ab25c0c9298aa833edd118752e97f15f7d8e2a.tar.gz
CMake-31ab25c0c9298aa833edd118752e97f15f7d8e2a.tar.bz2
doxygen: MathCommand is not about string operators
Diffstat (limited to 'Source/cmMathCommand.h')
-rw-r--r--Source/cmMathCommand.h5
1 files changed, 1 insertions, 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: