Function rustdoc::clean::types::collapse_doc_fragments
source · pub(crate) fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> String
Expand description
Collapse a collection of DocFragment
s into one string,
handling indentation and newlines as needed.