diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-03-09 17:23:56 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-03-09 17:24:56 -0800 |
| commit | 0905ad2bbe66d11e73a6bef723d14c0e022c0943 (patch) | |
| tree | 3cd6ba12a9956daf3af6d47bd824aea231f47e22 /src/rustdoc/rustdoc.rc | |
| parent | 9f4c0d71e521112e8113e552c06739440fb193d7 (diff) | |
| download | rust-0905ad2bbe66d11e73a6bef723d14c0e022c0943.tar.gz rust-0905ad2bbe66d11e73a6bef723d14c0e022c0943.zip | |
rustdoc: Vastly simplify the document model
Don't attempt to impose any structure for documenting arguments, return values, etc.
Diffstat (limited to 'src/rustdoc/rustdoc.rc')
| -rw-r--r-- | src/rustdoc/rustdoc.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc index c879846eb16..a4df1c7e8ea 100644 --- a/src/rustdoc/rustdoc.rc +++ b/src/rustdoc/rustdoc.rc @@ -24,8 +24,6 @@ mod fold; mod path_pass; mod attr_pass; mod tystr_pass; -mod prune_undoc_details_pass; -mod prune_undoc_items_pass; mod prune_unexported_pass; mod prune_hidden_pass; mod desc_to_brief_pass; |
