[cmake-commits] hoffman committed cmMathCommand.h 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 11 10:01:42 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv3698/Source

Modified Files:
	cmMathCommand.h 
Log Message:
ENH: improve docs


Index: cmMathCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMathCommand.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmMathCommand.h	12 May 2006 16:29:09 -0000	1.2
+++ cmMathCommand.h	11 Sep 2007 14:01:40 -0000	1.3
@@ -67,7 +67,9 @@
       "  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);



More information about the Cmake-commits mailing list