Skip to content

Make Rustdoc strip private fields #9843

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2013

Conversation

sfackler
Copy link
Member

In addition, the renderer will add comments to structs and enums saying
that fields or variants have been stripped.

The comments are currently

// some fields stripped
// some variants stripped

I was thinking of changing that to "some private..." but passes other than
strip-private may strip fields or variants as well.

cc @alexcrichton

In addition, the renderer will add comments to structs and enums saying
that fields or variants have been stripped.
bors added a commit that referenced this pull request Oct 14, 2013
…hton

In addition, the renderer will add comments to structs and enums saying
that fields or variants have been stripped.

The comments are currently
```rust
// some fields stripped
// some variants stripped
```

I was thinking of changing that to "some private..." but passes other than
strip-private may strip fields or variants as well.

cc @alexcrichton
@bors bors closed this Oct 14, 2013
@bors bors merged commit d6d31d7 into rust-lang:master Oct 14, 2013
@sfackler sfackler deleted the rustdoc-strip-private branch May 15, 2014 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants