Functions | |
static tmbstr | GetAllowedValues (TidyOption topt, const OptionDesc *d) |
Retrieves allowed values for an option. More... | |
static tmbstr | GetAllowedValuesFromPick (TidyOption topt) |
Retrieves allowed values from an option's pick list. More... | |
static void | optionhelp (TidyDoc tdoc) |
Handles the -help-config service. More... | |
static void | printOption (TidyDoc ARG_UNUSED(tdoc), TidyOption topt, OptionDesc *d) |
Prints a single option. More... | |
|
static |
Retrieves allowed values for an option.
topt | A TidyOption for which to get the allowed values. |
d | A pointer to the OptionDesc array. |
|
static |
Retrieves allowed values from an option's pick list.
topt | A TidyOption for which to get the allowed values. |
|
static |
Handles the -help-config service.
tdoc | The Tidy document. |
|
static |
Prints a single option.
ARG_UNUSED | The Tidy document. |
topt | The option to print. |
d | A pointer to the OptionDesc array. |