[Cmake-commits] CMake branch, next, updated. v3.3.0-rc3-714-g97d65a7

Brad King brad.king at kitware.com
Mon Jun 29 08:56:03 EDT 2015


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  97d65a7ecf2ce711c87c53ef7be205b9b987efc2 (commit)
       via  6524ed5e948d03ceeb3a4ed37de130f43aa12101 (commit)
      from  884eb43e9b752e15f80f5ce69bd18388794f5adb (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=97d65a7ecf2ce711c87c53ef7be205b9b987efc2
commit 97d65a7ecf2ce711c87c53ef7be205b9b987efc2
Merge: 884eb43 6524ed5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 29 08:56:02 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 29 08:56:02 2015 -0400

    Merge topic 'FindMatlab-doc-section-headers' into next
    
    6524ed5e FindMatlab: Fix documentation section header underline style


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6524ed5e948d03ceeb3a4ed37de130f43aa12101
commit 6524ed5e948d03ceeb3a4ed37de130f43aa12101
Author:     Tamas Kenez <tamas.kenez at gmail.com>
AuthorDate: Mon Jun 29 13:42:10 2015 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 29 08:55:49 2015 -0400

    FindMatlab: Fix documentation section header underline style
    
    Replace caret-headers with double-quote-headers and replace dash-headers
    with caret-headers.  This makes the headers match their level of nesting
    according to our documentation style guide in cmake-developers(7).

diff --git a/Modules/FindMatlab.cmake b/Modules/FindMatlab.cmake
index 028bf5a..a47a69c 100644
--- a/Modules/FindMatlab.cmake
+++ b/Modules/FindMatlab.cmake
@@ -55,7 +55,7 @@
 # returning an exit code can be used as well (0 indicating a success).
 #
 # Module Input Variables
-# ----------------------
+# ^^^^^^^^^^^^^^^^^^^^^^
 #
 # Users or projects may set the following variables to configure the module
 # behaviour:
@@ -69,10 +69,10 @@
 #   versions.
 #
 # Variables defined by the module
-# -------------------------------
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 #
 # Result variables
-# ^^^^^^^^^^^^^^^^
+# """"""""""""""""
 #
 # ``Matlab_FOUND``
 #   ``TRUE`` if the Matlab installation is found, ``FALSE``
@@ -100,7 +100,7 @@
 #   Available only if the component ``MEX_COMPILER`` is asked
 #
 # Cached variables
-# ^^^^^^^^^^^^^^^^
+# """"""""""""""""
 #
 # ``Matlab_MEX_EXTENSION``
 #   the extension of the mex files for the current platform (given by Matlab).
@@ -109,7 +109,7 @@
 #   is changed by the user, the result variables are recomputed.
 #
 # Provided macros
-# ---------------
+# ^^^^^^^^^^^^^^^
 #
 # :command:`matlab_get_version_from_release_name`
 #   returns the version from the release name
@@ -117,7 +117,7 @@
 #   returns the release name from the Matlab version
 #
 # Provided functions
-# ------------------
+# ^^^^^^^^^^^^^^^^^^
 #
 # :command:`matlab_add_mex`
 #   adds a target compiling a MEX file.
@@ -139,7 +139,7 @@
 #
 #
 # Known issues
-# ------------
+# ^^^^^^^^^^^^
 #
 # **Symbol clash in a MEX target**
 #   By default, every symbols inside a MEX
@@ -166,7 +166,7 @@
 #
 #
 # Reference
-# --------------
+# ^^^^^^^^^
 #
 # .. variable:: Matlab_ROOT_DIR
 #

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

Summary of changes:
 Modules/FindMatlab.cmake |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list