jemallocator/ci/dox.sh
2019-02-27 09:39:39 +01:00

9 lines
159 B
Bash
Executable file

#!/usr/bin/env sh
set -ex
export RUSTDOCFLAGS="--cfg jemallocator_docs"
cargo doc --features alloc_trait
cargo doc -p jemalloc-sys
cargo doc -p jemalloc-ctl