1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 22:37:30 +08:00

Help: Fix typos in versionadded directives

This commit is contained in:
Peter Kokot
2025-09-23 20:53:21 +02:00
parent 9f190de849
commit ee25bc5434
4 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -664,7 +664,7 @@ overridden if required.
configure step needs to be rerun. configure step needs to be rerun.
``CONFIGURE_ENVIRONMENT_MODIFICATION <modification>...`` ``CONFIGURE_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2 .. versionadded:: 4.2
Specify environment variables that should be modified for the configure step. 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. only when an explicit ``BUILD_COMMAND`` is specified.
``BUILD_ENVIRONMENT_MODIFICATION <modification>...`` ``BUILD_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2 .. versionadded:: 4.2
Specify environment variables that should be modified for the build step. 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. to another.
``INSTALL_ENVIRONMENT_MODIFICATION <modification>...`` ``INSTALL_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2 .. versionadded:: 4.2
Specify environment variables that should be modified for the install step. 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`. the ``install`` or ``build`` step. See policy :policy:`CMP0114`.
``TEST_ENVIRONMENT_MODIFICATION <modification>...`` ``TEST_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2 .. versionadded:: 4.2
Specify environment variables that should be modified for the test step. 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. Files on which this custom step depends.
``ENVIRONMENT_MODIFICATION <modification>...`` ``ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2 .. versionadded:: 4.2
Specify environment variables that should be modified while running the Specify environment variables that should be modified while running the
commands in the external project step. commands in the external project step.

View File

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

View File

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