Function rustdoc::markdown::render [] [src]

pub fn render(input: &str, output: PathBuf, matches: &Matches, external_html: &ExternalHtml, include_toc: bool) -> isize
Unstable (rustdoc)

Render input (e.g. "foo.md") into an HTML file in output (e.g. output = "bar" => "bar/foo.html").