CMake/Help/command/elseif.rst
Michael Scott c3f40f4fd9 Help: Improve formatting of command documentation
Use inline reStructuredText markup and add cross-references in more
places.
2015-06-08 16:28:31 -04:00

11 lines
115 B
ReStructuredText

elseif
------
Starts the elseif portion of an if block.
::
elseif(expression)
See the :command:`if` command.