pub unsafe extern "C" fn tidyParseSource(
tdoc: TidyDoc,
source: *mut TidyInputSource,
) -> c_int
Expand description
Parse markup in given generic input source.
@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.