summaryrefslogtreecommitdiffstats
path: root/Help/prop_gbl
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2022-11-18 19:07:33 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2022-11-18 19:09:08 (GMT)
commitde4909ea1654a89e293449f8024c75b319e6e95c (patch)
tree9086cacc138a50f7276e01100b6eb47c1067d8c1 /Help/prop_gbl
parentc42c77b020d2022cbfaad0bf8b1b6cebdf983b3e (diff)
downloadCMake-de4909ea1654a89e293449f8024c75b319e6e95c.zip
CMake-de4909ea1654a89e293449f8024c75b319e6e95c.tar.gz
CMake-de4909ea1654a89e293449f8024c75b319e6e95c.tar.bz2
Help: fix some minor markup errors
Diffstat (limited to 'Help/prop_gbl')
-rw-r--r--Help/prop_gbl/JOB_POOLS.rst2
-rw-r--r--Help/prop_gbl/USE_FOLDERS.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_gbl/JOB_POOLS.rst b/Help/prop_gbl/JOB_POOLS.rst
index 21da4662..10c8243 100644
--- a/Help/prop_gbl/JOB_POOLS.rst
+++ b/Help/prop_gbl/JOB_POOLS.rst
@@ -6,7 +6,7 @@ Ninja only: List of available pools.
A pool is a named integer property and defines the maximum number
of concurrent jobs which can be started by a rule assigned to the pool.
The :prop_gbl:`JOB_POOLS` property is a semicolon-separated list of
-pairs using the syntax NAME=integer (without a space after the equality sign).
+pairs using the syntax ``NAME=integer`` (without a space after the equality sign).
For instance:
diff --git a/Help/prop_gbl/USE_FOLDERS.rst b/Help/prop_gbl/USE_FOLDERS.rst
index 965b5d6..f3d7791 100644
--- a/Help/prop_gbl/USE_FOLDERS.rst
+++ b/Help/prop_gbl/USE_FOLDERS.rst
@@ -11,7 +11,7 @@ folders.
CMake generators that are capable of organizing into a hierarchy of folders
use the values of the :prop_tgt:`FOLDER` target property to name those
-folders. (i.e.: Visual Studio / XCode)
+folders. (i.e.: ``Visual Studio`` or ``XCode``)
IDE's can also take advantage of this property to organize CMake targets.
Regardless of generator support.