Bring docs up to date with code. Fixes #41.

Thanks ralfjunker.
This commit is contained in:
Michael[tm] Smith 2012-07-04 16:35:34 +09:00
parent 5220d8fe2e
commit 6ef8d92b0f

View file

@ -532,12 +532,6 @@ static const TidyOptionDoc option_docs[] =
"elements; for example, for the case " "elements; for example, for the case "
"<b class=\"rtop-2\">foo <b class=\"r2-2\">bar</b> baz</b>, " "<b class=\"rtop-2\">foo <b class=\"r2-2\">bar</b> baz</b>, "
"Tidy will output <b class=\"rtop-2\">foo bar baz</b>. " "Tidy will output <b class=\"rtop-2\">foo bar baz</b>. "
"Note that if you set this option to \"no\" Tidy will by default still "
"attempt to correct some cases of nested <b> and <i> elements; "
"for example, given "
"<span>foo <b>bar <b>baz</b></b> </span>, "
"Tidy will output <span>foo <b>bar baz</b></span>. "
"To suppress that behavior, set the coerce-endtags option to \"no\". "
}, },
{TidyMergeDivs, {TidyMergeDivs,
"Can be used to modify behavior of -c (--clean yes) option. " "Can be used to modify behavior of -c (--clean yes) option. "