Skip to content
doc.sh 238 B
Newer Older
Marek Kotewicz's avatar
Marek Kotewicz committed
#!/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-dapps \
	-p parity \