diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-11 14:28:32 (GMT) |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-19 17:06:25 (GMT) |
commit | 033c066543bd9636d87778b4c1d6b15e9a5c7890 (patch) | |
tree | 072463887c60d7a9d0dc635e26cc7bd71ae3f35d /Help/command/function.rst | |
parent | 0beb0ec22fe3d9e08a308ab76183ed97d75c6bfb (diff) | |
download | CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.zip CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.gz CMake-033c066543bd9636d87778b4c1d6b15e9a5c7890.tar.bz2 |
Help: Add see-also refs for flow control commands
Diffstat (limited to 'Help/command/function.rst')
-rw-r--r-- | Help/command/function.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/command/function.rst b/Help/command/function.rst index 3d25aa4..fc55c03 100644 --- a/Help/command/function.rst +++ b/Help/command/function.rst @@ -73,3 +73,9 @@ argument. Referencing to ``ARGV#`` arguments beyond ``ARGC`` have undefined behavior. Checking that ``ARGC`` is greater than ``#`` is the only way to ensure that ``ARGV#`` was passed to the function as an extra argument. + +See Also +^^^^^^^^ + +* :command:`endfunction` +* :command:`return` |