summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-09 21:29:50 (GMT)
committerBrad King <brad.king@kitware.com>2024-01-09 21:31:53 (GMT)
commitff0085cf74eb10a7e5f9c906258022c6b8b68413 (patch)
treebf3c445ba9485d50d7dac99ecc4fe5f7517b7cc3 /Help
parenta3f76a4e4dc15997f22306b002fbc452af1259a6 (diff)
downloadCMake-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.
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_MATCH_n.rst2
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.