rust-core_io/doc.sh
2016-07-10 13:45:57 -07:00

3 lines
200 B
Bash
Executable File

#!/bin/bash
cargo rustdoc -- --html-in-header <(echo '<style type="text/css">.docblock>*, .collapse-toggle, #toggle-all-docs { display: none; } #core_io-show-docblock+p { display: initial }</style>')