1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-07-03 02:26:24 +08:00
CMake/Help/command/endmacro.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
124 B
ReStructuredText

endmacro
--------
Ends a list of commands in a macro block.
::
endmacro(expression)
See the :command:`macro` command.