pub unsafe extern "C" fn tidyParseFile(
tdoc: TidyDoc,
filename: ctmbstr,
) -> c_int
Expand description
Parse markup in named file.
@result Returns the highest of 2
indicating that errors were present in
the document, 1
indicating warnings, and 0
in the case of
everything being okay.