Searched refs:comment (Results 1 – 8 of 8) sorted by relevance
5 // This comment will be removed.7 // This comment will be removed.9 // This comment will not be removed.13 // This comment will not be removed.15 // This comment will not be removed.19 // This comment will be removed.22 // This comment will not be removed.25 // This comment will be removed.28 // This comment will not be removed.
119 fn comment(&self) -> &[Self::Comment]; in comment() method143 fn comment(&self) -> &[Self::Comment]; in comment() method258 fn generate_doc_comment<S: AsRef<str>>(comment: S) -> TokenStream { in generate_doc_comment()259 let comment = comment.as_ref(); in generate_doc_comment() localVariable261 let comment = if !comment.starts_with(' ') { in generate_doc_comment() localVariable262 format!(" {}", comment) in generate_doc_comment()264 comment.to_string() in generate_doc_comment()271 doc_stream.append(Literal::string(comment.as_ref())); in generate_doc_comment()285 for comment in comments { in generate_doc_comments()286 stream.extend(generate_doc_comment(comment)); in generate_doc_comments()
89 pub fn comment(mut self, comment: impl AsRef<str>) -> Self { in comment() method90 self.comments.push(comment.as_ref().to_owned()); in comment()154 fn comment(&self) -> &[Self::Comment] { in comment() method212 fn comment(&self) -> &[Self::Comment] { in comment() method300 pub fn comment(mut self, comment: impl AsRef<str>) -> Self { in comment() method301 self.comments.push(comment.as_ref().to_owned()); in comment()
38 generate_doc_comments(service.comment()) in generate_internal()178 stream.extend(generate_doc_comments(method.comment())); in generate_methods()
118 fn comment(&self) -> &[Self::Comment] { in comment() method159 fn comment(&self) -> &[Self::Comment] { in comment() method
52 generate_doc_comments(service.comment()) in generate_internal()251 generate_doc_comments(method.comment()) in generate_trait_methods()
45 Enter your issue details below this comment.
99 to comment on an issue that you feel either is not a problem that needs to be365 It is always good to clearly indicate nits when you comment: e.g.369 commits or if they proved to be mistaken, please, [hide them][hiding-a-comment]392 [hiding-a-comment]: https://help.github.com/articles/managing-disruptive-comments/#hiding-a-comment