Skip to main content

parse_manual_source

Function parse_manual_source 

Source
pub fn parse_manual_source(path: &Path) -> Result<MantDocument, ParseError>
Expand description

Parse and normalize one located man or mdoc source file.

ยงErrors

Returns ParseError when the source cannot be opened or parsed.