diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:07:33 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2022-11-18 19:09:08 (GMT) |
commit | de4909ea1654a89e293449f8024c75b319e6e95c (patch) | |
tree | 9086cacc138a50f7276e01100b6eb47c1067d8c1 | |
parent | c42c77b020d2022cbfaad0bf8b1b6cebdf983b3e (diff) | |
download | CMake-de4909ea1654a89e293449f8024c75b319e6e95c.zip CMake-de4909ea1654a89e293449f8024c75b319e6e95c.tar.gz CMake-de4909ea1654a89e293449f8024c75b319e6e95c.tar.bz2 |
Help: fix some minor markup errors
-rw-r--r-- | Help/prop_gbl/JOB_POOLS.rst | 2 | ||||
-rw-r--r-- | Help/prop_gbl/USE_FOLDERS.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst | 2 | ||||
-rw-r--r-- | Help/variable/GHSMULTI.rst | 2 |
4 files changed, 4 insertions, 4 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. diff --git a/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst b/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst index fc28ebb..721014a 100644 --- a/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst +++ b/Help/variable/CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT.rst @@ -9,5 +9,5 @@ This cache variable is used by the Eclipse project generator. See If this variable is set to TRUE, the Eclipse project generator will generate an Eclipse project in :variable:`CMAKE_SOURCE_DIR` . This project can then be used in Eclipse e.g. for the version control functionality. -:variable:`CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT` defaults to FALSE; so +:variable:`CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT` defaults to ``FALSE``; so nothing is written into the source directory. diff --git a/Help/variable/GHSMULTI.rst b/Help/variable/GHSMULTI.rst index 3daef5d..7a90b84 100644 --- a/Help/variable/GHSMULTI.rst +++ b/Help/variable/GHSMULTI.rst @@ -6,4 +6,4 @@ GHSMULTI ``1`` when using :generator:`Green Hills MULTI` generator. Also, Set to ``1`` when the target system is a Green Hills platform -(i.e. When CMAKE_SYSTEM_NAME is ``GHS-MULTI``). +(i.e. When :variable:`CMAKE_SYSTEM_NAME` is ``GHS-MULTI``). |