aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.ps1
blob: 64150b1ec081966c658810a90f026582097c00cd (plain) (blame)
1
2
3
4
5
$env:RUSTDOCFLAGS="--html-in-header mingling/arborium-header.html"; cargo doc `
    --manifest-path mingling/Cargo.toml `
    --no-deps `
    --features docs_rs,core,macros,structural_renderer,repl,comp,picker,clap,extras,pathf `
    --open