Searched refs:process_doc_comment (Results 1 – 2 of 2) sorted by relevance
10 pub fn process_doc_comment(lines: Vec<String>, name: &str, preprocess: bool) -> Vec<Method> { in process_doc_comment() function
9 use crate::doc_comments::process_doc_comment;394 process_doc_comment(comment_parts, name, self.verbatim_doc_comment.is_none()); in push_doc_comment()