Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
91bdf4a9
Commit
91bdf4a9
authored
16 years ago
by
tho
Browse files
Options
Downloads
Patches
Plain Diff
Utils/Console: added documentation note about comments
parent
1952d41f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Utils/Console/Parse.hh
+6
-5
6 additions, 5 deletions
Utils/Console/Parse.hh
with
6 additions
and
5 deletions
Utils/Console/Parse.hh
+
6
−
5
View file @
91bdf4a9
...
...
@@ -85,11 +85,12 @@
returned as punctuation tokens
<table class="senf">
<tr><td>/</td><td>path component separator</td></tr>
<tr><td>( )</td><td>argument grouping</td></tr>
<tr><td>{ }</td><td>directory grouping</td></tr>
<tr><td>;</td><td>command terminator</td></tr>
<tr><td>, =</td><td>punctuation tokens</td></tr>
<tr><td>#</td><td>Comments are marked with '#' and continue to the end of the line</td></tr>
<tr><td>/</td><td>path component separator</td></tr>
<tr><td>( )</td><td>argument grouping</td></tr>
<tr><td>{ }</td><td>directory grouping</td></tr>
<tr><td>;</td><td>command terminator</td></tr>
<tr><td>, =</td><td>punctuation tokens</td></tr>
</table>
\subsection console_basic Basic elements
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment