mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Convert builtin help to reStructuredText source files
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
elseif
|
||||
------
|
||||
|
||||
Starts the elseif portion of an if block.
|
||||
|
||||
::
|
||||
|
||||
elseif(expression)
|
||||
|
||||
See the if command.
|
||||
Reference in New Issue
Block a user