Skip to main content

complete_markdown_facts

Function complete_markdown_facts 

Source
fn complete_markdown_facts<'a>(
    root: &Path,
    nodes: &[Node],
    graphs: &[impl Borrow<SymbolGraph>],
    symbols: &'a SymbolBuildStage,
    control: &IndexWorkControl,
) -> Result<BTreeMap<String, Cow<'a, MarkdownFacts>>, CliError>
Expand description

Overlay staged Markdown facts and parse only persisted graphs not parsed in this operation.