extract_all_docs

Function extract_all_docs 

Source
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.