HTML Tidy  5.6.0
The HTACG Tidy HTML Project
Provide the -show-config Service

Detailed Description

Functions

static void optionvalues (TidyDoc tdoc)
 Handles the -show-config service. More...
 
static void printOptionValues (TidyDoc ARG_UNUSED(tdoc), TidyOption topt, OptionDesc *d)
 Prints the option value for a given option. More...
 

Function Documentation

static void optionvalues ( TidyDoc  tdoc)
static

Handles the -show-config service.

Remarks
We will not support console word wrapping for the table. If users really have a small console, then they should make it wider or output to a file.
Parameters
tdocThe Tidy Document.
static void printOptionValues ( 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.