summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/command/endfunction.rst
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-03 18:54:33 -0700
committerHaibo Huang <hhb@google.com>2020-08-03 18:54:33 -0700
commitc90457a4442c0970fb5f9c922352f1f9b85bb27c (patch)
treeb38ec8f5f23d8282f4fd6e2d9cf7f9fd855da539 /share/cmake-3.18/Help/command/endfunction.rst
parent4fbae36d3ca5a63acd43c33a6ed7661e593a2d65 (diff)
downloadwindows-x86-c90457a4442c0970fb5f9c922352f1f9b85bb27c.tar.gz
Upgrade cmake prebuilt to 3.18.1 [Windows]
Built at: http://fusion/d33d2d52-b057-4060-9899-7c7a576b0c16 Change-Id: I063a758d749ead6eaf88ff5a159eaf1fea134c17
Diffstat (limited to 'share/cmake-3.18/Help/command/endfunction.rst')
-rw-r--r--share/cmake-3.18/Help/command/endfunction.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/share/cmake-3.18/Help/command/endfunction.rst b/share/cmake-3.18/Help/command/endfunction.rst
new file mode 100644
index 0000000..e27129d
--- /dev/null
+++ b/share/cmake-3.18/Help/command/endfunction.rst
@@ -0,0 +1,14 @@
+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.