Searched refs:verbatim_doc_comment (Results 1 – 3 of 3) sorted by relevance
118 fn verbatim_doc_comment() { in verbatim_doc_comment() function137 #[structopt(verbatim_doc_comment)] in verbatim_doc_comment()169 #[structopt(long, verbatim_doc_comment)] in verbatim_doc_comment_field()
93 verbatim_doc_comment: Option<Ident>, field252 verbatim_doc_comment: None, in new()304 VerbatimDocComment(ident) => self.verbatim_doc_comment = Some(ident), in push_attrs()394 process_doc_comment(comment_parts, name, self.verbatim_doc_comment.is_none()); in push_doc_comment()
140 * Introduced `#[structopt(verbatim_doc_comment)]` attribute that keeps line breaks in