Home
last modified time | relevance | path

Searched refs:process_doc_comment (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/structopt-derive/src/
Ddoc_comments.rs10 pub fn process_doc_comment(lines: Vec<String>, name: &str, preprocess: bool) -> Vec<Method> { in process_doc_comment() function
Dattrs.rs9 use crate::doc_comments::process_doc_comment;
394 process_doc_comment(comment_parts, name, self.verbatim_doc_comment.is_none()); in push_doc_comment()