fn beautify_doc_string(data: String, kind: CommentKind) -> String
Expand 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) -> String
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