mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more places.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
remove
|
||||
------
|
||||
|
||||
Deprecated. Use the list(REMOVE_ITEM ) command instead.
|
||||
Deprecated. Use the :command:`list(REMOVE_ITEM)` command instead.
|
||||
|
||||
::
|
||||
|
||||
remove(VAR VALUE VALUE ...)
|
||||
|
||||
Removes VALUE from the variable VAR. This is typically used to remove
|
||||
entries from a vector (e.g. semicolon separated list). VALUE is
|
||||
expanded.
|
||||
Removes ``VALUE`` from the variable ``VAR``. This is typically used to
|
||||
remove entries from a vector (e.g. semicolon separated list). ``VALUE``
|
||||
is expanded.
|
||||
|
||||
Reference in New Issue
Block a user