diff options
author | Brad King <brad.king@kitware.com> | 2024-01-09 21:29:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-09 21:31:53 (GMT) |
commit | ff0085cf74eb10a7e5f9c906258022c6b8b68413 (patch) | |
tree | bf3c445ba9485d50d7dac99ecc4fe5f7517b7cc3 | |
parent | a3f76a4e4dc15997f22306b002fbc452af1259a6 (diff) | |
download | CMake-ff0085cf74eb10a7e5f9c906258022c6b8b68413.zip CMake-ff0085cf74eb10a7e5f9c906258022c6b8b68413.tar.gz CMake-ff0085cf74eb10a7e5f9c906258022c6b8b68413.tar.bz2 |
Help: Drop incorrect versionadded mark from CMAKE_MATCH_<n>
It was added by commit 496ec6036f (Help: Add Sphinx 'versionadded'
directives to each top-level document, 2020-07-06, v3.19.0-rc1~558^2)
because the document happened to be added during the 3.9 release series,
but the variable has existed since the beginning.
-rw-r--r-- | Help/variable/CMAKE_MATCH_n.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_MATCH_n.rst b/Help/variable/CMAKE_MATCH_n.rst index a92788e..c7dd623 100644 --- a/Help/variable/CMAKE_MATCH_n.rst +++ b/Help/variable/CMAKE_MATCH_n.rst @@ -1,8 +1,6 @@ CMAKE_MATCH_<n> --------------- -.. versionadded:: 3.9 - Capture group ``<n>`` matched by the last regular expression, for groups 0 through 9. Group 0 is the entire match. Groups 1 through 9 are the subexpressions captured by ``()`` syntax. |