diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-03-06 13:56:33 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-03-06 14:48:47 -0800 |
| commit | fbd8a76e8a6a4320198c66023e5ec29b3f69cd38 (patch) | |
| tree | 6842b2f966f151950ee7f894a8324e4a92622be9 /src/rustdoc/rustdoc.rc | |
| parent | e9b5f4204a113bcbba4819b2ac728c22df113994 (diff) | |
| download | rust-fbd8a76e8a6a4320198c66023e5ec29b3f69cd38.tar.gz rust-fbd8a76e8a6a4320198c66023e5ec29b3f69cd38.zip | |
rustdoc: Add a pass to split the document into pages
Diffstat (limited to 'src/rustdoc/rustdoc.rc')
| -rw-r--r-- | src/rustdoc/rustdoc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc index 69a95cfd24c..c53b11fa021 100644 --- a/src/rustdoc/rustdoc.rc +++ b/src/rustdoc/rustdoc.rc @@ -38,3 +38,4 @@ mod sort_item_name_pass; mod sort_item_type_pass; mod reexport_pass; mod par; +mod page_pass; |
