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.
pub(crate) fn collapse_doc_fragments(doc_strings: &[DocFragment]) -> String
Collapse a collection of DocFragment
s into one string,
handling indentation and newlines as needed.