pub(crate) fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> String
Expand description

Collapse a collection of DocFragments into one string, handling indentation and newlines as needed.