rustdoc: Filter out private definitions. Closes #3538

This commit is contained in:
Zack Corr 2013-03-14 17:21:48 +10:00
parent 58f248d923
commit 387aa3668a
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ fn run(config: Config) {
// 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(),
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