summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-05-16 18:37:00 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-05-16 21:55:38 (GMT)
commit124564504a4f3d8416899de96e0dec048c588372 (patch)
tree8ce233f45b72adad21122a8773fd7f49dc705add /Help
parent64a7f491ef8ab6f70a77f89c91d1e7e9d549333e (diff)
downloadCMake-124564504a4f3d8416899de96e0dec048c588372.zip
CMake-124564504a4f3d8416899de96e0dec048c588372.tar.gz
CMake-124564504a4f3d8416899de96e0dec048c588372.tar.bz2
Help: Clarify that bracket comments start with bracket open
Fixes: #19264
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-language.7.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst
index 5e5cfff..4ca8e3a 100644
--- a/Help/manual/cmake-language.7.rst
+++ b/Help/manual/cmake-language.7.rst
@@ -430,7 +430,7 @@ comments: a `Bracket Comment`_ and a `Line Comment`_.
Bracket Comment
^^^^^^^^^^^^^^^
-A ``#`` immediately followed by a `Bracket Argument`_ forms a
+A ``#`` immediately followed by a :token:`bracket_open` forms a
*bracket comment* consisting of the entire bracket enclosure:
.. raw:: latex
@@ -461,7 +461,7 @@ For example:
Line Comment
^^^^^^^^^^^^
-A ``#`` not immediately followed by a `Bracket Argument`_ forms a
+A ``#`` not immediately followed by a :token:`bracket_open` forms a
*line comment* that runs until the end of the line:
.. raw:: latex
@@ -469,7 +469,7 @@ A ``#`` not immediately followed by a `Bracket Argument`_ forms a
\begin{small}
.. productionlist::
- line_comment: '#' <any text not starting in a `bracket_argument`
+ line_comment: '#' <any text not starting in a `bracket_open`
: and not containing a `newline`>
.. raw:: latex