rustdoc: Add prune_private_pass. Off for now

This commit is contained in:
Brian Anderson
2012-09-21 18:07:17 -07:00
parent c32cde16ab
commit 60443d4888
3 changed files with 69 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ fn run(config: Config) {
escape_pass::mk_pass(),
// Remove things marked doc(hidden)
prune_hidden_pass::mk_pass(),
// Remove things that are private
// XXX enable this after 'export' is removed in favor of 'pub'
// prune_private_pass::mk_pass(),
// Extract brief documentation from the full descriptions
desc_to_brief_pass::mk_pass(),
// Massage the text to remove extra indentation