/
niceSOFT
/
cmake
Обзор
Документация
Войти
/
niceSOFT
/
cmake
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Help/command/endfunction.rst
14 строк
337 B
Joachim Wuttke (l)
Help: Revise docs on Scripting Commands
23 окт 2018, 16:12
23 окт 2018, 16:12
c2efb3e
Код
Авторство
О чём код?
endfunction ----------- Ends a list of commands in a function block. .. code-block:: cmake endfunction([<name>]) See the :command:`function` command. The optional ``<name>`` argument is supported for backward compatibility only. If used it must be a verbatim repeat of the ``<name>`` argument of the opening ``function`` command.