HTML Tidy 5.8.0
The HTACG Tidy HTML Project
Loading...
Searching...
No Matches
Provide the -xml-options-strings Service

Detailed Description

Functions

static void printXMLOptionString (TidyDoc tdoc, TidyOption topt, OptionDesc *d)
 Handles printing of option description for -xml-options-strings service.
static void xml_options_strings (TidyDoc tdoc)
 Handles the -xml-options-strings service.

Function Documentation

◆ printXMLOptionString()

void printXMLOptionString ( TidyDoc tdoc,
TidyOption topt,
OptionDesc * d )
static

Handles printing of option description for -xml-options-strings service.

Parameters
tdocThe Tidy document.
toptThe option.
dThe OptionDesc array.

◆ xml_options_strings()

void xml_options_strings ( TidyDoc tdoc)
static

Handles the -xml-options-strings service.

This service is primarily helpful to developers and localizers to test that option description strings as represented on screen output are correct and do not break tidy.

Parameters
tdocThe Tidy document.