diff --git a/docs/src/config-strings.dox b/docs/src/config-strings.dox index 4609699ac75..2f512986291 100644 --- a/docs/src/config-strings.dox +++ b/docs/src/config-strings.dox @@ -12,14 +12,16 @@ That is, they are simple comma-separated lists of "=" p Empty configuration strings may be represented in C or C++ by passing NULL. -Superfluous commas in the configuration string are ignored (including at the beginning and end of the string), so it is always safe to combine two configuration strings by concatenating them with a comma in between. +Superfluous commas and whitespace in the configuration string are ignored (including at the beginning and end of the string), so it is always safe to combine two configuration strings by concatenating them with a comma in between. Keys are processed in order from left to right, with later settings overriding earlier ones unless multiple settings for a key are permitted. \section config_examples Examples +TODO: more whitespace, complete code fragments. +