tidySetConfigCallback

Function tidySetConfigCallback 

Source
pub unsafe extern "C" fn tidySetConfigCallback(
    tdoc: TidyDoc,
    pConfigCallback: TidyConfigCallback,
) -> Bool
Expand description

Applications using TidyLib may want to augment command-line and configuration file options. Setting this callback allows a LibTidy application developer to examine command-line and configuration file options after LibTidy has examined them and failed to recognize them. @result Returns yes upon success.