HTML Tidy  5.6.0
The HTACG Tidy HTML Project
Provide the -export-config Services

Detailed Description

Functions

static void exportDefaultOptionValues (TidyDoc tdoc)
 Handles the -export-default-config service. More...
 
static void exportOptionValues (TidyDoc tdoc)
 Handles the -export-config service. More...
 
static void printOptionExportValues (TidyDoc ARG_UNUSED(tdoc), TidyOption topt, OptionDesc *d)
 Prints the option value for a given option. More...
 

Function Documentation

static void exportDefaultOptionValues ( TidyDoc  tdoc)
static

Handles the -export-default-config service.

Parameters
tdocThe Tidy Document.
static void exportOptionValues ( TidyDoc  tdoc)
static

Handles the -export-config service.

Parameters
tdocThe Tidy Document.
static void printOptionExportValues ( TidyDoc   ARG_UNUSEDtdoc,
TidyOption  topt,
OptionDesc d 
)
static

Prints the option value for a given option.

Parameters
ARG_UNUSEDThe Tidy document.
toptThe option for which to show values.
dThe OptionDesc array.