Skip to main content

write_docs

Function write_docs 

Source
pub fn write_docs<I, P>(
    inputs: I,
    out_dir: impl AsRef<Path>,
) -> Result<PathBuf, Error>
where I: IntoIterator<Item = P>, P: AsRef<Path>,
Expand description

Generate static HTML documentation and write it to out_dir/index.html.