Expand xml TidyVertSpace text to include tri-state

This commit is contained in:
Geoff McLane 2015-07-15 20:56:22 +02:00
parent 16580e0926
commit 154a61543b

View file

@ -748,9 +748,10 @@ static const TidyOptionDoc option_docs[] =
"successive tab stops. It is used to map tabs to spaces when reading the " "successive tab stops. It is used to map tabs to spaces when reading the "
"input. " "input. "
}, },
{TidyVertSpace, {TidyVertSpace, /* Issue #228 - changed to tri-state */
"This option specifies if Tidy should add some empty lines for " "This option specifies if Tidy should add some extra empty lines for "
"readability. " "readability. Default is 'no'. If set to 'auto', will eliminate nearly "
"all newline chars."
}, },
{TidyWrapLen, {TidyWrapLen,
"This option specifies the right margin Tidy uses for line wrapping. Tidy " "This option specifies the right margin Tidy uses for line wrapping. Tidy "