pub fn generate_doc_tree<P: AsRef<Path>>(script_dir: P) -> Result<DocTree>Expand description
Generates a documentation tree for the script directory.
See DocTreeGen::new_with_script_dir_and_run_with_doc_ident and DocTreeGen::generate.
pub fn generate_doc_tree<P: AsRef<Path>>(script_dir: P) -> Result<DocTree>Generates a documentation tree for the script directory.
See DocTreeGen::new_with_script_dir_and_run_with_doc_ident and DocTreeGen::generate.