pub fn find_expected_doc_paths(
parsed: &ParsedFile,
docs_root: &str,
) -> Vec<DocExtraction>Expand description
Finds all documentation paths that are expected based on code structure
Returns a vector of DocExtraction structs with empty content, representing
the markdown files that should exist for the given source file’s structure.