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
1 changed files with 4 additions and 3 deletions

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 "
"input. "
},
{TidyVertSpace,
"This option specifies if Tidy should add some empty lines for "
"readability. "
{TidyVertSpace, /* Issue #228 - changed to tri-state */
"This option specifies if Tidy should add some extra empty lines for "
"readability. Default is 'no'. If set to 'auto', will eliminate nearly "
"all newline chars."
},
{TidyWrapLen,
"This option specifies the right margin Tidy uses for line wrapping. Tidy "