Searched refs:format_doc_comment (Results 1 – 3 of 3) sorted by relevance
6 pub use doc_comments::format_doc_comment;
50 pub fn format_doc_comment( in format_doc_comment() function
25 use crate::utils::{extract_doc_comment, format_doc_comment, inner_type, is_simple_ty, Sp, Ty};893 format_doc_comment(&lines, !self.verbatim_doc_comment, self.force_long_help); in push_doc_comment()