Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/tests/derive/
Ddoc_comments_help.rs130 fn verbatim_doc_comment() { in verbatim_doc_comment() function
149 #[command(verbatim_doc_comment)] in verbatim_doc_comment()
181 #[arg(long, verbatim_doc_comment)] in verbatim_doc_comment_field()
/third_party/rust/crates/clap/clap_derive/src/
Ditem.rs45 verbatim_doc_comment: bool, field
269 verbatim_doc_comment: false, in new()
496 self.verbatim_doc_comment = true in push_attrs()
893 format_doc_comment(&lines, !self.verbatim_doc_comment, self.force_long_help); in push_doc_comment()