summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-02 17:16:28 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-02 18:00:33 (GMT)
commit4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b (patch)
tree1e09b2698b46b70e240c84d3c84943fc0d997813 /Help/command
parent7b888a56242f451ce6771145f5864ec51abd0885 (diff)
downloadCMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.zip
CMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.tar.gz
CMake-4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b.tar.bz2
Help: Use "^^^^" for subsubsection headers
This is the convention suggested in the Sphinx documentation and is already used in several other places in the CMake documentation. Update a few places where we were using other characters.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/cmake_policy.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/command/cmake_policy.rst b/Help/command/cmake_policy.rst
index b14a2aa..2bc3287 100644
--- a/Help/command/cmake_policy.rst
+++ b/Help/command/cmake_policy.rst
@@ -18,7 +18,7 @@ setting is available the ``OLD`` behavior is assumed and a warning is
produced requesting that the policy be set.
Setting Policies by CMake Version
-'''''''''''''''''''''''''''''''''
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``cmake_policy`` command is used to set policies to ``OLD`` or ``NEW``
behavior. While setting policies individually is supported, we
@@ -40,7 +40,7 @@ Note that the :command:`cmake_minimum_required(VERSION)`
command implicitly calls ``cmake_policy(VERSION)`` too.
Setting Policies Explicitly
-'''''''''''''''''''''''''''
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
@@ -54,7 +54,7 @@ one may fix the project to work with the new behavior and set the
policy state to ``NEW``.
Checking Policy Settings
-''''''''''''''''''''''''
+^^^^^^^^^^^^^^^^^^^^^^^^
::
@@ -65,7 +65,7 @@ The output ``<variable>`` value will be ``OLD`` or ``NEW`` if the
policy is set, and empty otherwise.
CMake Policy Stack
-''''''''''''''''''
+^^^^^^^^^^^^^^^^^^
CMake keeps policy settings on a stack, so changes made by the
cmake_policy command affect only the top of the stack. A new entry on