f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
11 lines
104 B
ReStructuredText
11 lines
104 B
ReStructuredText
elseif
|
|
------
|
|
|
|
Starts the elseif portion of an if block.
|
|
|
|
::
|
|
|
|
elseif(expression)
|
|
|
|
See the if command.
|