HTML Tidy 5.8.0
The HTACG Tidy HTML Project
Loading...
Searching...
No Matches
Provide the -export-config Services

Detailed Description

Functions

static void exportDefaultOptionValues (TidyDoc tdoc)
 Handles the -export-default-config service.
static void exportOptionValues (TidyDoc tdoc)
 Handles the -export-config service.
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.

Function Documentation

◆ exportDefaultOptionValues()

void exportDefaultOptionValues ( TidyDoc tdoc)
static

Handles the -export-default-config service.

Parameters
tdocThe Tidy Document.

◆ exportOptionValues()

void exportOptionValues ( TidyDoc tdoc)
static

Handles the -export-config service.

Parameters
tdocThe Tidy Document.

◆ invertBuffer()

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

◆ printOptionExportValues()

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.