summaryrefslogtreecommitdiffstats
path: root/Help/command/break.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/break.rst')
-rw-r--r--Help/command/break.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/break.rst b/Help/command/break.rst
index fc2cd3c..4875a2b 100644
--- a/Help/command/break.rst
+++ b/Help/command/break.rst
@@ -3,10 +3,10 @@ break
Break from an enclosing foreach or while loop.
-::
+.. code-block:: cmake
break()
-Breaks from an enclosing foreach loop or while loop
+Breaks from an enclosing :command:`foreach` or :command:`while` loop.
See also the :command:`continue` command.