diff options
author | Kitware Robot <kwrobot@kitware.com> | 2020-07-06 10:14:38 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-07-06 10:23:20 -0400 |
commit | 496ec6036fb2b4ebbae000ee362cdfb7704d08de (patch) | |
tree | be76911aac9636943abd9abde6f756fd1c7d8cd4 /Help/variable/PROJECT-NAME_DESCRIPTION.rst | |
parent | 0c87afceab51e59537026b9fc39ed3b290e3e54d (diff) | |
download | cmake-496ec6036fb2b4ebbae000ee362cdfb7704d08de.tar.gz |
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
Diffstat (limited to 'Help/variable/PROJECT-NAME_DESCRIPTION.rst')
-rw-r--r-- | Help/variable/PROJECT-NAME_DESCRIPTION.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/variable/PROJECT-NAME_DESCRIPTION.rst b/Help/variable/PROJECT-NAME_DESCRIPTION.rst index 2b88b1acf4..f372f5cd1f 100644 --- a/Help/variable/PROJECT-NAME_DESCRIPTION.rst +++ b/Help/variable/PROJECT-NAME_DESCRIPTION.rst @@ -1,5 +1,7 @@ <PROJECT-NAME>_DESCRIPTION -------------------------- +.. versionadded:: 3.12 + Value given to the ``DESCRIPTION`` option of the most recent call to the :command:`project` command with project name ``<PROJECT-NAME>``, if any. |