Browse Source

Merge topic 'patch-rst-typos'

ee25bc5434 Help: Fix typos in versionadded directives

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11237
Brad King 3 months ago
parent
commit
0c51c19553
4 changed files with 13 additions and 13 deletions
  1. 1 1
      Help/command/ctest_test.rst
  2. 5 5
      Modules/ExternalProject.cmake
  3. 6 6
      Modules/FindLATEX.cmake
  4. 1 1
      Modules/FindSDL_net.cmake

+ 1 - 1
Help/command/ctest_test.rst

@@ -213,7 +213,7 @@ Check the `CDash test measurement documentation
 <https://github.com/Kitware/CDash/blob/master/docs/test_measurements.md>`_
 for more information on the types of test measurements that CDash recognizes.
 
-.. versionadded: 3.22
+.. versionadded:: 3.22
   CTest can parse custom measurements from tags named
   ``<CTestMeasurement>`` or ``<CTestMeasurementFile>``. The older names
   ``<DartMeasurement>`` and ``<DartMeasurementFile>`` are still supported.

+ 5 - 5
Modules/ExternalProject.cmake

@@ -664,7 +664,7 @@ overridden if required.
   configure step needs to be rerun.
 
 ``CONFIGURE_ENVIRONMENT_MODIFICATION <modification>...``
-  .. versionadded: 4.2
+  .. versionadded:: 4.2
 
   Specify environment variables that should be modified for the configure step.
 
@@ -771,7 +771,7 @@ pass ``-v`` to the external project's build step, even if it also uses
   only when an explicit ``BUILD_COMMAND`` is specified.
 
 ``BUILD_ENVIRONMENT_MODIFICATION <modification>...``
-  .. versionadded: 4.2
+  .. versionadded:: 4.2
 
   Specify environment variables that should be modified for the build step.
 
@@ -842,7 +842,7 @@ step. This can be overridden with custom install commands if required.
   to another.
 
 ``INSTALL_ENVIRONMENT_MODIFICATION <modification>...``
-  .. versionadded: 4.2
+  .. versionadded:: 4.2
 
   Specify environment variables that should be modified for the install step.
 
@@ -893,7 +893,7 @@ options are provided.
   the ``install`` or ``build`` step.  See policy :policy:`CMP0114`.
 
 ``TEST_ENVIRONMENT_MODIFICATION <modification>...``
-  .. versionadded: 4.2
+  .. versionadded:: 4.2
 
   Specify environment variables that should be modified for the test step.
 
@@ -1135,7 +1135,7 @@ control needed to implement such step-level capabilities.
     Files on which this custom step depends.
 
   ``ENVIRONMENT_MODIFICATION <modification>...``
-    .. versionadded: 4.2
+    .. versionadded:: 4.2
 
     Specify environment variables that should be modified while running the
     commands in the external project step.

+ 6 - 6
Modules/FindLATEX.cmake

@@ -90,12 +90,12 @@ The following cache variables may also be set:
   The path to the PdfLaTeX compiler.
 
 ``XELATEX_COMPILER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the XeLaTeX compiler.
 
 ``LUALATEX_COMPILER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the LuaLaTeX compiler.
 
@@ -103,7 +103,7 @@ The following cache variables may also be set:
   The path to the BibTeX compiler.
 
 ``BIBER_COMPILER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the Biber compiler.
 
@@ -111,7 +111,7 @@ The following cache variables may also be set:
   The path to the MakeIndex compiler.
 
 ``XINDY_COMPILER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the xindy compiler.
 
@@ -125,7 +125,7 @@ The following cache variables may also be set:
   The path to the PS2PDF converter.
 
 ``PDFTOPS_CONVERTER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the pdftops converter.
 
@@ -133,7 +133,7 @@ The following cache variables may also be set:
   The path to the LaTeX2Html converter.
 
 ``HTLATEX_COMPILER``
-  .. versionadded: 3.2
+  .. versionadded:: 3.2
 
   The path to the htlatex compiler.
 

+ 1 - 1
Modules/FindSDL_net.cmake

@@ -31,7 +31,7 @@ This module defines the following variables:
   to the same value.
 
 ``SDL_net_VERSION``
-  ..versionadded:: 4.2
+  .. versionadded:: 4.2
 
   The human-readable string containing the version of SDL_net found.