aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
blob: d6181d315c6e911eda34893b50ad47c337ebe02a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

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