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 \
|
2016-06-20 10:13:14 +02:00
|
|
|
-p ethkey \
|
|
|
|
-p ethstore \
|
2016-03-08 15:53:12 +01:00
|
|
|
-p ethash \
|
|
|
|
-p ethcore-util \
|
|
|
|
-p ethcore \
|
|
|
|
-p ethsync \
|
|
|
|
-p ethcore-rpc \
|
2016-05-26 16:41:03 +02:00
|
|
|
-p ethcore-signer \
|
2016-05-26 18:21:15 +02:00
|
|
|
-p ethcore-dapps \
|
2016-03-08 15:53:12 +01:00
|
|
|
-p parity \
|