diff options
author | Brad King <brad.king@kitware.com> | 2014-06-02 17:16:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-02 18:00:33 (GMT) |
commit | 4207b3a3bb60a83aa9ea01f1288e426f3dc9e46b (patch) | |
tree | 1e09b2698b46b70e240c84d3c84943fc0d997813 /Help/manual/cmake-buildsystem.7.rst | |
parent | 7b888a56242f451ce6771145f5864ec51abd0885 (diff) | |
download | CMake-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-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 3e1f011..f3616fb 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -551,7 +551,7 @@ exporting see the :manual:`cmake-packages(7)` manual. .. _`Include Directories and Usage Requirements`: Include Directories and Usage Requirements -'''''''''''''''''''''''''''''''''''''''''' +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Include directories require some special consideration when specified as usage requirements and when used with generator expressions. The |