blob: 3b21c1205f5a5e22a96352356cdf7a0fff2b90fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
endblock
--------
.. versionadded:: 3.25
Ends a list of commands in a :command:`block` and removes the scopes
created by the :command:`block` command.
.. code-block:: cmake
endblock()
|