mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 08:47:59 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user