pub async fn graph_section(
spec_anchor: &str,
direction: &str,
max_depth: usize,
max_nodes: usize,
include: &[String],
exclude: &[String],
same_spec_only: bool,
) -> Result<GraphResult>Expand description
Build a cross-reference graph rooted at SPEC#anchor from currently indexed specs.