pub fn extract_all_docs(
parsed: &ParsedFile,
docs_root: &str,
) -> Vec<DocExtraction>Expand description
Extracts all documentation from a parsed file
Returns a vector of DocExtraction structs, each representing a documentation
comment that should be written to a markdown file.