rustdoc: Sort the items so modules are printed last

This commit is contained in:
Brian Anderson
2012-01-29 14:51:09 -08:00
parent 07ac2e1043
commit 361f90e618
2 changed files with 81 additions and 9 deletions

View File

@@ -105,6 +105,6 @@ fn run(source_file: str) {
desc_to_brief_pass::mk_pass(),
trim_pass::mk_pass(),
unindent_pass::mk_pass(),
markdown_pass::mk_pass {|| std::io:: stdout()}
markdown_pass::mk_pass {|f| f(std::io:: stdout()) }
]);
}