Help: Add Sphinx 'versionadded' directives to each top-level document

Run the `Utilities/Sphinx/update_versions.py` script to add initial
markup to every top-level document and find module.

Issue: #19715
This commit is contained in:
Kitware Robot
2020-07-06 10:14:38 -04:00
committed by Brad King
parent 0c87afceab
commit 496ec6036f
744 changed files with 1488 additions and 0 deletions
@@ -1,6 +1,8 @@
CPACK_DESKTOP_SHORTCUTS
-----------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created on the `Desktop`
for this file.
+2
View File
@@ -1,6 +1,8 @@
CPACK_NEVER_OVERWRITE
---------------------
.. versionadded:: 3.1
Request that this file not be overwritten on install or reinstall.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.
+2
View File
@@ -1,6 +1,8 @@
CPACK_PERMANENT
---------------
.. versionadded:: 3.1
Request that this file not be removed on uninstall.
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.
@@ -1,6 +1,8 @@
CPACK_STARTUP_SHORTCUTS
-----------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created in the `Startup` folder
for this file.
@@ -1,6 +1,8 @@
CPACK_START_MENU_SHORTCUTS
--------------------------
.. versionadded:: 3.3
Species a list of shortcut names that should be created in the `Start Menu`
for this file.
+2
View File
@@ -1,6 +1,8 @@
CPACK_WIX_ACL
-------------
.. versionadded:: 3.1
Specifies access permissions for files or directories
installed by a WiX installer.