]> git.lizzy.rs Git - rust.git/commit
auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmr
authorbors <bors@rust-lang.org>
Wed, 25 Sep 2013 22:40:52 +0000 (15:40 -0700)
committerbors <bors@rust-lang.org>
Wed, 25 Sep 2013 22:40:52 +0000 (15:40 -0700)
commit41826c48eddfb964b830229dff6f0480ac649827
treeb072ac06adc084acd477fb8f90971e79497313b7
parent24d46a0f45b4a0d6198b9d23dad2f7faa5a05d92
parent3d5873fa421356ad936e6fc6ab61773c60646357
auto merge of #9475 : alexcrichton/rust/rustdoc++, r=cmr

The commit messages are a good technical summary, a good visual summary (contrib is this version):

Pub use statements now rendered. Notice how almost all components are also clickable!
* http://static.rust-lang.org/doc/master/std/prelude/index.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/prelude/index.html

Private things hidden by default (for at least some approximation of privacy). I hope to improve this once privacy is totally ironed out.
* http://static.rust-lang.org/doc/master/std/hashmap/struct.HashMap.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/std/hashmap/struct.HashMap.html

Unindentation now works properly:
* http://static.rust-lang.org/doc/master/extra/getopts/index.html
* http://www.contrib.andrew.cmu.edu/~acrichto/doc/extra/getopts/index.html

Also sundown has massively reduced compilation time (of docs, not the of the crates)