Function rustdoc::clean::filter_doc_attr

source ·
fn filter_doc_attr(normal: &mut NormalAttr, is_inline: bool)
Expand description

Remove attributes from normal that should not be inherited by use re-export. Before calling this function, make sure normal is a #[doc] attribute.