Function tidyErrorCount

Source
pub unsafe extern "C" fn tidyErrorCount(tdoc: TidyDoc) -> uint
Expand description

Indicates the number of TidyError messages that were generated. For any value greater than 0, output is suppressed unless TidyForceOutput is set. @param tdoc An instance of a TidyDoc to query. @result Returns the number of TidyError messages that were generated.