HTML Tidy  5.8.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 invertBuffer (TidyBuffer *src, TidyBuffer *dst)
 
static void printOptionExportValues (TidyDoc ARG_UNUSED(tdoc), TidyOption topt, OptionDesc *d)
 Prints the option value for a given option. More...
 

Function Documentation

◆ exportDefaultOptionValues()

static void exportDefaultOptionValues ( TidyDoc  tdoc)
static

Handles the -export-default-config service.

Parameters
tdocThe Tidy Document.

◆ exportOptionValues()

static void exportOptionValues ( TidyDoc  tdoc)
static

Handles the -export-config service.

Parameters
tdocThe Tidy Document.

◆ invertBuffer()

static void invertBuffer ( TidyBuffer *  src,
TidyBuffer *  dst 
)
static

◆ printOptionExportValues()

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.