aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.ps1
blob: 731168c9bac9d38ec31f21c5063b865c09ee6afb (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,parser,picker,clap,extra_macros,pathf `
    --open