-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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
document-private-items shows a pub(crate)
/ empty on methods, and a 🔒 on types in the module interface.
We should do the same for hidden items with document-hidden-items, perhaps showing #[doc(hidden)]
on methods and a 👻 in the types list.
Thoughts?
(n.b. document-hidden-items is currently -Zunstable-options
)
scottmcm
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.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.