openethereum/doc.sh

12 lines
210 B
Bash
Raw Normal View History

2016-02-02 14:31:12 +01:00
#!/bin/sh
# generate documentation only for partiy and ethcore libraries
2016-03-08 15:53:12 +01:00
cargo doc --no-deps --verbose \
-p ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-rpc \
-p parity \
-p ethminer