-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Rustdoc currently does not label, mark, or otherwise separate private items to distinguish them from public items, when the --document-private-items
command-line argument is passed. The generated documentation hence can be confusing to the reader. I suggest enabling one or more of the below through rustdoc:
- Separate public and private items in the generated documentation
- Enable toggling the visibility of private items in the generated documentation.
- Label or mark private items to clearly distinguish them from public items.
This issue was prompted by rust-lang/docs.rs#304 (comment)
Seppel3210, Purpzie, nerdondon and koehlma
Metadata
Metadata
Assignees
Labels
A-visibilityArea: Visibility / privacyArea: Visibility / privacyC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.