auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger

This commit is contained in:
bors 2013-03-14 21:48:49 -07:00
commit 19bb16650f

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