mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 04:24:36 +08:00
Help: Fix some typos found by sphinx-lint
Particularly, - Avoid TABs in RST docs. - Avoid words ending w/ hyphen at the right side of pharagraphs.
This commit is contained in:
@@ -1124,8 +1124,8 @@ fields:
|
|||||||
|
|
||||||
``steps``
|
``steps``
|
||||||
A required array of objects describing the steps of the workflow. The first
|
A required array of objects describing the steps of the workflow. The first
|
||||||
step must be a configure preset, and all subsequent steps must be non-
|
step must be a configure preset, and all subsequent steps must be
|
||||||
configure presets whose ``configurePreset`` field matches the starting
|
non-configure presets whose ``configurePreset`` field matches the starting
|
||||||
configure preset. Each object may contain the following fields:
|
configure preset. Each object may contain the following fields:
|
||||||
|
|
||||||
``type``
|
``type``
|
||||||
|
@@ -364,8 +364,8 @@ Deprecated and Removed Features
|
|||||||
* The builtin documentation formatters that supported command-line
|
* The builtin documentation formatters that supported command-line
|
||||||
options such as ``--help-man`` and ``--help-html`` have been removed
|
options such as ``--help-man`` and ``--help-html`` have been removed
|
||||||
in favor of the above-mentioned new documentation system. These and
|
in favor of the above-mentioned new documentation system. These and
|
||||||
other command-line options that used to generate man- and html-
|
other command-line options that used to generate man- and
|
||||||
formatted pages no longer work. The :manual:`cmake(1)`
|
html- formatted pages no longer work. The :manual:`cmake(1)`
|
||||||
``--help-custom-modules`` option now produces a warning at runtime
|
``--help-custom-modules`` option now produces a warning at runtime
|
||||||
and generates a minimal document that reports the limitation.
|
and generates a minimal document that reports the limitation.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user