mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more places.
This commit is contained in:
@@ -11,7 +11,7 @@ Evaluate a group of commands while a condition is true
|
||||
...
|
||||
endwhile(condition)
|
||||
|
||||
All commands between while and the matching endwhile are recorded
|
||||
without being invoked. Once the endwhile is evaluated, the recorded
|
||||
list of commands is invoked as long as the condition is true. The
|
||||
condition is evaluated using the same logic as the if command.
|
||||
All commands between while and the matching :command:`endwhile` are recorded
|
||||
without being invoked. Once the :command:`endwhile` is evaluated, the
|
||||
recorded list of commands is invoked as long as the condition is true. The
|
||||
condition is evaluated using the same logic as the :command:`if` command.
|
||||
|
||||
Reference in New Issue
Block a user