pub fn write_all_to_dir<P>(
doc: &CodebaseDoc,
dir: P,
stem: &str,
) -> Result<Vec<PathBuf>>Expand description
Renders one codebase document into every built-in format and writes the
resulting files into dir using stem plus the format extension.