diff --git a/documentation/quickref.include.xsl b/documentation/quickref.include.xsl index 32a47e9..da3012f 100644 --- a/documentation/quickref.include.xsl +++ b/documentation/quickref.include.xsl @@ -208,7 +208,7 @@ - + diff --git a/documentation/quickref.xsl b/documentation/quickref.xsl index d016d88..6c41e71 100644 --- a/documentation/quickref.xsl +++ b/documentation/quickref.xsl @@ -212,7 +212,7 @@ - + diff --git a/src/localize.c b/src/localize.c index 6d3eee5..90e6cdd 100755 --- a/src/localize.c +++ b/src/localize.c @@ -367,7 +367,11 @@ static const TidyOptionId TidyNumEntitiesLinks[] = static const TidyOptionId TidyDropFontTagsLinks[] = { TidyMakeClean, TidyUnknownOption }; -/* Documentation of options */ +/* Documentation of options +** As of 2015-October these descriptions are used uniquely by +** printXMLDescription from which quickref.html and the Unix +** man pages are generated. +*/ static const TidyOptionDoc option_docs[] = { {TidyXmlDecl, @@ -450,7 +454,7 @@ static const TidyOptionDoc option_docs[] = "This option specifies if Tidy should discard empty paragraphs. " }, {TidyDropFontTags, - "Deprecated; DO NOT USE. This option is destructive to <font> tags, " + "Deprecated; DO NOT USE. This option is destructive to <font> tags, " "and it will be removed from future versions of Tidy. Use the clean option " "instead. If you do set this option despite the warning it will perform " "as clean except styles will be inline instead of put into a CSS class. "