mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user