Function rustdoc::markdown::render[src]
pub fn render(input: &str, output: Path, matches: &Matches) -> int
Render input (e.g. "foo.md") into an HTML file in output
(e.g. output = "bar" => "bar/foo.html").
pub fn render(input: &str, output: Path, matches: &Matches) -> int
Render input (e.g. "foo.md") into an HTML file in output
(e.g. output = "bar" => "bar/foo.html").
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).