summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-09 17:05:34 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-09 17:05:34 (GMT)
commit5d76ff601977eaa07489f55478c4ff132f55cfa7 (patch)
tree51e6d17abb98a7e4d92ef3bac7cd11b28645c2e4 /Help
parentf7a13beaa4e7ef262004e37997ffc5d856fc26f2 (diff)
downloadCMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.zip
CMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.tar.gz
CMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.tar.bz2
Help: Fix formatting of CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API notes
Diffstat (limited to 'Help')
-rw-r--r--Help/command/export.rst4
-rw-r--r--Help/command/install.rst8
-rw-r--r--Help/command/target_sources.rst8
3 files changed, 10 insertions, 10 deletions
diff --git a/Help/command/export.rst b/Help/command/export.rst
index 6785b05..0f79f63 100644
--- a/Help/command/export.rst
+++ b/Help/command/export.rst
@@ -55,9 +55,9 @@ The options are:
``CXX_MODULES_DIRECTORY <directory>``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Export C++ module properties to files under the given directory. Each file
will be named according to the target's export name (without any namespace).
diff --git a/Help/command/install.rst b/Help/command/install.rst
index e2aeaad..45da99b 100644
--- a/Help/command/install.rst
+++ b/Help/command/install.rst
@@ -217,9 +217,9 @@ that may be installed:
``CXX_MODULES_BMI``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Any module files from C++ modules from ``PUBLIC`` sources in a file set of
type ``CXX_MODULES`` will be installed to the given ``DESTINATION``. All
@@ -857,9 +857,9 @@ library is always installed if the headers and CMake export file are present.
``CXX_MODULES_DIRECTORY``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Specify a subdirectory to store C++ module information for targets in the
export set. This directory will be populated with files which add the
diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst
index a079307..146b850 100644
--- a/Help/command/target_sources.rst
+++ b/Help/command/target_sources.rst
@@ -83,9 +83,9 @@ files within those directories. The acceptable types include:
``CXX_MODULES``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Sources which contain C++ interface module or partition units (i.e., those
using the ``export`` keyword). This file set type may not have an
@@ -93,9 +93,9 @@ files within those directories. The acceptable types include:
``CXX_MODULE_HEADER_UNITS``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
C++ header sources which may be imported by other C++ source code. This file
set type may not have an ``INTERFACE`` scope except on ``IMPORTED`` targets.