about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-14 21:48:49 -0700
committerbors <bors@rust-lang.org>2013-03-14 21:48:49 -0700
commit19bb16650f385755312e7d2399ce14e8253d92fa (patch)
treeb1d05444e6280e18f315f195a2f6fb8d1e9e4974 /src
parent73b253dc800efe9fa73edfed4663d175b667129b (diff)
parent387aa3668a4ff865c5554a9f3dac2d339f8ef7aa (diff)
downloadrust-19bb16650f385755312e7d2399ce14e8253d92fa.tar.gz
rust-19bb16650f385755312e7d2399ce14e8253d92fa.zip
auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/rustdoc.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustdoc/rustdoc.rc b/src/librustdoc/rustdoc.rc
index f5cf98759b3..5cae8e31657 100644
--- a/src/librustdoc/rustdoc.rc
+++ b/src/librustdoc/rustdoc.rc
@@ -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