Skip to content

Commit

Permalink
auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 15, 2013
2 parents 73b253d + 387aa36 commit 19bb166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustdoc/rustdoc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19bb166

Please sign in to comment.