summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-developer.7.rst
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/manual/cmake-developer.7.rst
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/manual/cmake-developer.7.rst')
-rw-r--r--Help/manual/cmake-developer.7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index 81adea0..b26835f 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -808,7 +808,7 @@ Documentation`_ section above.
Standard Variable Names
-~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^
For a ``FindXxx.cmake`` module that takes the approach of setting
variables (either instead of or in addition to creating imported
@@ -914,7 +914,7 @@ them.
A Sample Find Module
-~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^
We will describe how to create a simple find module for a library
``Foo``.