rustdoc: Document reexports

This commit is contained in:
Brian Anderson
2012-02-20 16:10:54 -08:00
parent 1028968970
commit 57be673025
3 changed files with 302 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ fn run(source_file: str) {
desc_to_brief_pass::mk_pass(),
trim_pass::mk_pass(),
unindent_pass::mk_pass(),
reexport_pass::mk_pass(),
sort_item_name_pass::mk_pass(),
sort_item_type_pass::mk_pass(),
markdown_pass::mk_pass {|f| f(std::io:: stdout()) }