auto merge of #5375 : z0w0/rust/rustdoc-private-hide, r=thestinger
This commit is contained in:
commit
19bb16650f
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue