summaryrefslogtreecommitdiff
path: root/3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt')
-rw-r--r--3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt b/3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt
deleted file mode 100644
index 6cc196c..0000000
--- a/3.8.2/doc/cmake/html/_sources/command/endfunction.rst.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-endfunction
------------
-
-Ends a list of commands in a function block.
-
-::
-
- endfunction(expression)
-
-See the :command:`function` command.