From ffe4c2a8ff27bf8e4daf7e70597a20ec9c68d1be Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Mon, 20 Apr 2026 10:48:27 -0400 Subject: [PATCH] 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. --- Help/dev/experimental.rst | 4 ++-- Help/dev/source.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index 30d53ff8ff..61b77c02dc 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -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, diff --git a/Help/dev/source.rst b/Help/dev/source.rst index ec4e12c0e0..046be1e4d1 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -287,10 +287,10 @@ These are: * ````: * ``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.