Browse Source

Help: Update Sphinx versionadded directives for 3.23 release

Run the script:

    Utilities/Sphinx/update_versions.py --since v3.22.0 --overwrite

Manually select updates that really belong to the 3.23 release, as
against adding documentation for previously-existing entities.
Brad King 3 years ago
parent
commit
9334b5bd7b

+ 2 - 0
Help/prop_tgt/IMPORTED_NO_SYSTEM.rst

@@ -1,6 +1,8 @@
 IMPORTED_NO_SYSTEM
 ------------------
 
+.. versionadded:: 3.23
+
 Specifies that an :ref:`Imported Target <Imported Targets>` is not
 a ``SYSTEM`` library.  This has the following effects:
 

+ 2 - 0
Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT.rst

@@ -1,6 +1,8 @@
 INTERFACE_LINK_LIBRARIES_DIRECT
 -------------------------------
 
+.. versionadded:: 3.23
+
 List of libraries that consumers of this library should treat
 as direct link dependencies.
 

+ 2 - 0
Help/prop_tgt/INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE.rst

@@ -1,6 +1,8 @@
 INTERFACE_LINK_LIBRARIES_DIRECT_EXCLUDE
 ---------------------------------------
 
+.. versionadded:: 3.23
+
 List of libraries that consumers of this library should *not* treat
 as direct link dependencies.
 

+ 2 - 0
Help/variable/CMAKE_IGNORE_PREFIX_PATH.rst

@@ -1,6 +1,8 @@
 CMAKE_IGNORE_PREFIX_PATH
 ------------------------
 
+.. versionadded:: 3.23
+
 :ref:`Semicolon-separated list <CMake Language Lists>` of prefixes to be
 *ignored* by the :command:`find_program`, :command:`find_library`,
 :command:`find_file`, :command:`find_path`, and :command:`find_package`

+ 2 - 0
Help/variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH.rst

@@ -1,6 +1,8 @@
 CMAKE_SYSTEM_IGNORE_PREFIX_PATH
 -------------------------------
 
+.. versionadded:: 3.23
+
 :ref:`Semicolon-separated list <CMake Language Lists>` of prefixes to be
 *ignored* by the :command:`find_program`, :command:`find_library`,
 :command:`find_file`, :command:`find_path`, and :command:`find_package`

+ 2 - 0
Help/variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT.rst

@@ -1,5 +1,7 @@
 CTEST_SUBMIT_INACTIVITY_TIMEOUT
 -------------------------------
 
+.. versionadded:: 3.23
+
 Specify the CTest ``SubmitInactivityTimeout`` setting
 in a :manual:`ctest(1)` dashboard client script.