Function rustdoc::markdown::renderExperimental
[-]
[+]
[src]
pub fn render(input: &str, output: Path, matches: &Matches, external_html: &ExternalHtml, include_toc: bool) -> int
Render input
(e.g. "foo.md") into an HTML file in output
(e.g. output = "bar" => "bar/foo.html").