Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 8 of 8) sorted by relevance

/tonic/tests/disable_comments/proto/
H A Dtest.proto5 // 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.
/tonic/tonic-build/src/
H A Dlib.rs119 fn comment(&self) -> &[Self::Comment]; in comment() method
143 fn comment(&self) -> &[Self::Comment]; in comment() method
258 fn generate_doc_comment<S: AsRef<str>>(comment: S) -> TokenStream { in generate_doc_comment()
259 let comment = comment.as_ref(); in generate_doc_comment() localVariable
261 let comment = if !comment.starts_with(' ') { in generate_doc_comment() localVariable
262 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()
H A Dmanual.rs89 pub fn comment(mut self, comment: impl AsRef<str>) -> Self { in comment() method
90 self.comments.push(comment.as_ref().to_owned()); in comment()
154 fn comment(&self) -> &[Self::Comment] { in comment() method
212 fn comment(&self) -> &[Self::Comment] { in comment() method
300 pub fn comment(mut self, comment: impl AsRef<str>) -> Self { in comment() method
301 self.comments.push(comment.as_ref().to_owned()); in comment()
H A Dclient.rs38 generate_doc_comments(service.comment()) in generate_internal()
178 stream.extend(generate_doc_comments(method.comment())); in generate_methods()
H A Dprost.rs118 fn comment(&self) -> &[Self::Comment] { in comment() method
159 fn comment(&self) -> &[Self::Comment] { in comment() method
H A Dserver.rs52 generate_doc_comments(service.comment()) in generate_internal()
251 generate_doc_comments(method.comment()) in generate_trait_methods()
/tonic/.github/ISSUE_TEMPLATE/
H A Dbug_report.md45 Enter your issue details below this comment.
/tonic/
H A DCONTRIBUTING.md99 to comment on an issue that you feel either is not a problem that needs to be
365 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