From 4835f8303b4bf9c729b00f0b3aedca6f229b2d2f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 11 Sep 2007 10:01:40 -0400 Subject: ENH: improve docs --- Source/cmMathCommand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 )\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); -- cgit v0.12