diff options
author | Brad King <brad.king@kitware.com> | 2021-10-28 13:09:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-10-28 13:09:24 (GMT) |
commit | 3055b202ecc1a1fd3d7cb25aefc4d511a0cac585 (patch) | |
tree | 4544f9c8856e1f8eeee1b80f91acd5e9edacb768 /Help | |
parent | f186934161c4cc6ac14257a0b045c53b3ba6ca7c (diff) | |
parent | 054754359a0b6b5721dea722b7920c954a573451 (diff) | |
download | CMake-3055b202ecc1a1fd3d7cb25aefc4d511a0cac585.zip CMake-3055b202ecc1a1fd3d7cb25aefc4d511a0cac585.tar.gz CMake-3055b202ecc1a1fd3d7cb25aefc4d511a0cac585.tar.bz2 |
Merge topic 'builtin-help-versionadded'
054754359a cmRST: support `versionadded` and `versionchanged` directives
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !6667
Diffstat (limited to 'Help')
-rw-r--r-- | Help/dev/documentation.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/dev/documentation.rst b/Help/dev/documentation.rst index 29fc880..4a2a5d9 100644 --- a/Help/dev/documentation.rst +++ b/Help/dev/documentation.rst @@ -92,6 +92,11 @@ literal block after ``::`` the referenced documents inline as part of the referencing document. +``versionadded``, ``versionchanged`` directives + Specify that something was added or changed by a named CMake version. + The command-line help processor prints the block content as if the lines + were normal paragraph text with interpretation. + Inline markup constructs not listed above are printed literally in the command-line help output. We prefer to use inline markup constructs that look correct in source form, so avoid use of \\-escapes in favor of inline |