Help: Fix developer documentation

HTML is not normally generated for developer documentation. As a result,
the validity of the reST is effectively never checked, and thus contains
a small handful of issues (mostly bad indent). Fix these.
This commit is contained in:
Matthew Woehlke
2026-04-20 10:48:27 -04:00
parent a979d8eb3d
commit ffe4c2a8ff
2 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ When activated, this experimental feature provides the following:
* The package name associated with specific targets may be specified
using the ``CMAKE_EXPORT_FIND_PACKAGE_NAME`` variable and/or
``EXPORT_FIND_PACKAGE_NAME`` target property.
``EXPORT_FIND_PACKAGE_NAME`` target property.
Export |CPS| Package Information for ``install(EXPORT)``
========================================================
@@ -102,7 +102,7 @@ When activated, this experimental feature provides the following:
* Targets with the property set to a true value will have their C++ build
information exported to the build database.
Software Bill Of Materials |SBOM|
Software Bill Of Materials (SBOM)
=================================
In order to activate support for the :command:`install(SBOM)` command,

View File

@@ -287,10 +287,10 @@ These are:
* ``<cmext/type_traits>``:
* ``cm::is_pair``:
Checks if a type is a std::pair<> type.
Checks if a type is a std::pair<> type.
* ``cm::is_tuple``:
Checks if a type is a std::tuple<> type.
Checks if a type is a std::tuple<> type.
* ``cm::is_container``:
Checks if a type is a container type.