Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,684
Issues
2,684
List
Boards
Labels
Milestones
Merge Requests
20
Merge Requests
20
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
12456450
Commit
12456450
authored
May 16, 2019
by
Kyle Edwards
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Help: Clarify that bracket comments start with bracket open
Fixes:
#19264
parent
64a7f491
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Help/manual/cmake-language.7.rst
Help/manual/cmake-language.7.rst
+3
-3
No files found.
Help/manual/cmake-language.7.rst
View file @
12456450
...
...
@@ -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
...
...
Craig Scott
@craig.scott
mentioned in commit
dec56936
·
May 18, 2019
mentioned in commit
dec56936
mentioned in commit dec5693641f794901851eafe24aed6a9338ad786
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment