summaryrefslogtreecommitdiffstats
path: root/Source/cmMathCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-11 14:01:40 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-11 14:01:40 (GMT)
commit4835f8303b4bf9c729b00f0b3aedca6f229b2d2f (patch)
tree977a5ff0e59105b2367daa7759fac1723428aaeb /Source/cmMathCommand.h
parenteac03d948a039aad59391c03ed564abcf27818f6 (diff)
downloadCMake-4835f8303b4bf9c729b00f0b3aedca6f229b2d2f.zip
CMake-4835f8303b4bf9c729b00f0b3aedca6f229b2d2f.tar.gz
CMake-4835f8303b4bf9c729b00f0b3aedca6f229b2d2f.tar.bz2
ENH: improve docs
Diffstat (limited to 'Source/cmMathCommand.h')
-rw-r--r--Source/cmMathCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmMathCommand.h b/Source/cmMathCommand.h
index 3f4a6ed..81fb57c 100644
--- a/Source/cmMathCommand.h
+++ b/Source/cmMathCommand.h
@@ -67,7 +67,9 @@ public:
" MATH(EXPR <output variable> <math expression>)\n"
"EXPR evaluates mathematical expression and return result in the "
"output variable. Example mathematical expression is "
- "'5 * ( 10 + 13 )'.";
+ "'5 * ( 10 + 13 )'. Supported operators are "
+ "+ - * / % | & ^ ~ << >> * / %. They have the same meaning "
+ " as they do in c code.";
}
cmTypeMacro(cmMathCommand, cmCommand);