More updates regarding configuration

This commit is contained in:
Jaroslav Kysela 2001-11-08 17:34:30 +00:00
parent 4ee6606bab
commit 0908dac385
5 changed files with 175 additions and 4 deletions

View file

@ -41,7 +41,7 @@ strings, int which case they are protected from the normal parsing process
parses to two tokens, including the single literal-string token "John
Smith".
\section conf_linesplicing Line splicing with \\
\section conf_linesplicing Line splicing with \
A special case occurs, if the final newline character encountered is
preceded by a backslash (\) in the string value definition. The backslash
@ -49,7 +49,7 @@ and new line are both discarded, allowing two physical lines of text to be
treated as one unit.
\code
"John \\
"John \
Smith"
\endcode
@ -217,5 +217,4 @@ name.0 [=] value0 [,|;]
name.1 [=] value1 [,|;]
\endcode
*/