Module rustdoc::passes::strip_private
source · Expand description
Strip all private items from the output. Additionally implies strip_priv_imports. Basically, the goal is to remove items that are not relevant for public documentation.
Constants
Functions
- Strip private items from the point of view of a crate or externally from a crate, specified by the
xcrate
flag.