Help: Convert some literal blocks into tables and lists

Also, ensure that header-less tables have a top border in cmake.css.
This commit is contained in:
Nikita Nemkin
2025-01-23 15:31:58 +05:00
committed by Brad King
parent 914d580a4f
commit 718043b540
15 changed files with 231 additions and 217 deletions
+9 -6
View File
@@ -16,13 +16,16 @@ of the per-configuration output subdirectory. On :ref:`Makefile Generators`
this evaluates to ``.`` because there is only one configuration in a build tree.
Example values:
::
.. table::
:align: left
$(Configuration) = Visual Studio
$(CONFIGURATION) = Xcode
. = Make-based tools
. = Ninja
${CONFIGURATION} = Ninja Multi-Config
========================= ==============================
``$(Configuration)`` Visual Studio
``$(CONFIGURATION)`` Xcode
``.`` Make-based tools
``.`` Ninja
``${CONFIGURATION}`` Ninja Multi-Config
========================= ==============================
Since these values are evaluated by the native build system, this
variable is suitable only for use in command lines that will be