Function build_doc_comment

Source
pub(crate) fn build_doc_comment(comment: String, indent_level: usize) -> String
Expand description

Make a doc comment that contains the given string, indenting it if necessary.