1
Fork 0

rustdoc: Add a pass to split the document into pages

This commit is contained in:
Brian Anderson 2012-03-06 13:56:33 -08:00
parent e9b5f4204a
commit fbd8a76e8a
3 changed files with 237 additions and 0 deletions

View file

@ -38,3 +38,4 @@ mod sort_item_name_pass;
mod sort_item_type_pass;
mod reexport_pass;
mod par;
mod page_pass;