aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.ps1
blob: d400f7680802a0de57c419eb152c214ed9ac0bd3 (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,builds,structural_renderer,repl,comp,picker,clap,extra_macros,pathf `
    --open