fn beautify_doc_string(data: String, kind: CommentKind) -> StringExpand description
Makes a doc string more presentable to users. Used by rustdoc and perhaps other tools, but not by rustc.
See rustc_ast/util/comments.rs
fn beautify_doc_string(data: String, kind: CommentKind) -> StringMakes a doc string more presentable to users. Used by rustdoc and perhaps other tools, but not by rustc.
See rustc_ast/util/comments.rs