This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  749587d10ed558c20e8f45d2190999ebdda6c9c9 (commit)
       via  c05d9b0569a2a2c43db6f09a53fed7b54ae97d32 (commit)
      from  2af5a4054363955c94feeb26d6b33bdcc2dc5736 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=749587d10ed558c20e8f45d2190999ebdda6c9c9
commit 749587d10ed558c20e8f45d2190999ebdda6c9c9
Merge: 2af5a40 c05d9b0
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Oct 14 15:47:44 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Oct 14 15:47:44 2016 -0400

    Merge topic 'doc-math-EXPR' into next
    
    c05d9b05 Help: Fix math(EXPR) documentation formatting


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c05d9b0569a2a2c43db6f09a53fed7b54ae97d32
commit c05d9b0569a2a2c43db6f09a53fed7b54ae97d32
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Oct 14 15:41:03 2016 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Oct 14 15:47:30 2016 -0400

    Help: Fix math(EXPR) documentation formatting

diff --git a/Help/command/math.rst b/Help/command/math.rst
index d4deb16..f99dc3d 100644
--- a/Help/command/math.rst
+++ b/Help/command/math.rst
@@ -5,9 +5,10 @@ Mathematical expressions.
 
 ::
 
-  math(EXPR <output variable> <math expression>)
+  math(EXPR <output-variable> <math-expression>)
 
 ``EXPR`` evaluates mathematical expression and returns result in the
-output variable.  Example mathematical expression is '5 * ( 10 + 13
-)'.  Supported operators are + - * / % | & ^ ~ << >> * / %.  They have
-the same meaning as they do in C code.
+output variable.  Example mathematical expression is ``5 * (10 + 13)``.
+Supported operators are ``+``, ``-``, ``*``, ``/``, ``%``, ``|``, ``&``,
+``^``, ``~``, ``<<``, ``>>``, and ``(...)``.  They have the same meaning
+as they do in C code.

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to