diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-10-26 21:15:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-27 13:15:00 (GMT) |
commit | 054754359a0b6b5721dea722b7920c954a573451 (patch) | |
tree | 5d413615e6c66f8d72460df4f7d50a11926a4ce5 /Tests/CMakeLib/testRST.rst | |
parent | fb6ab54076217452e673ad310faba2a1a993366f (diff) | |
download | CMake-054754359a0b6b5721dea722b7920c954a573451.zip CMake-054754359a0b6b5721dea722b7920c954a573451.tar.gz CMake-054754359a0b6b5721dea722b7920c954a573451.tar.bz2 |
cmRST: support `versionadded` and `versionchanged` directives
This makes `versionadded` and `versionchanged` directives show up in
`cmake --help-*` output instead of disappearing (and potentially making
empty sections).
Fixes: #22808
Diffstat (limited to 'Tests/CMakeLib/testRST.rst')
-rw-r--r-- | Tests/CMakeLib/testRST.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CMakeLib/testRST.rst b/Tests/CMakeLib/testRST.rst index 44931a7..4139801 100644 --- a/Tests/CMakeLib/testRST.rst +++ b/Tests/CMakeLib/testRST.rst @@ -123,6 +123,12 @@ A literal block can be empty:: .. note:: Notes are called out. +.. versionadded:: 1.2 + Version blocks are preserved. + +.. versionchanged:: 2.3 + Version blocks are preserved. + .. |substitution| replace:: |nested substitution| with multiple lines becomes one line |