openethereum/doc.sh

13 lines
231 B
Bash
Executable File

#!/bin/sh
# generate documentation only for partiy and ethcore libraries
cargo doc --no-deps --verbose \
-p ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-rpc \
-p ethcore-webapp \
-p parity \
-p ethminer