From: tho Date: Wed, 8 Apr 2009 15:17:28 +0000 (+0000) Subject: Utils/Console: added documentation note about comments X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=a430487ae8a4dbb1733246fdb8e062fe323a2345;p=senf.git Utils/Console: added documentation note about comments git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1185 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Utils/Console/Parse.hh b/Utils/Console/Parse.hh index 691d549..4303fc2 100644 --- a/Utils/Console/Parse.hh +++ b/Utils/Console/Parse.hh @@ -85,11 +85,12 @@ returned as punctuation tokens - - - - - + + + + + +
/path component separator
( )argument grouping
{ }directory grouping
;command terminator
, =punctuation tokens
#Comments are marked with '#' and continue to the end of the line
/path component separator
( )argument grouping
{ }directory grouping
;command terminator
, =punctuation tokens
\subsection console_basic Basic elements