summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/command/endfunction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/command/endfunction.rst')
-rwxr-xr-xshare/cmake-3.2/Help/command/endfunction.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/command/endfunction.rst b/share/cmake-3.2/Help/command/endfunction.rst
deleted file mode 100755
index 63e70ba..0000000
--- a/share/cmake-3.2/Help/command/endfunction.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-endfunction
------------
-
-Ends a list of commands in a function block.
-
-::
-
- endfunction(expression)
-
-See the function command.