]> git.lizzy.rs Git - rust.git/commit
rustdoc: Refactor structure of html::run
authorAlex Crichton <alex@alexcrichton.com>
Wed, 28 May 2014 00:12:48 +0000 (17:12 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 1 Jun 2014 04:59:50 +0000 (21:59 -0700)
commit356423d8f1c308f0dc77f803f8ed00c7e80305f3
tree7b83c100d298f39c57499ef45bf71269164717cf
parentee97698f854f42b4921ac7dca9cbeaaf2decae98
rustdoc: Refactor structure of html::run

Instead of one giant function, this breaks it up into several smaller functions
which have explicit dependencies among one another.

There are no code changes as a result of this commit.
src/librustdoc/html/render.rs