Searched defs:doc_comment (Results 1 – 10 of 10) sorted by relevance
244 macro_rules! doc_comment { macro
103 let doc_comment = super::consume(pairs); in test_doc_comment() localVariable
696 let doc_comment = &DocComment { in rule_enum_simple() localVariable1011 let doc_comment = &DocComment { in test_generate_complete() localVariable
95 let doc_comment = docs::consume(pairs.clone()); in derive_parser() localVariable
88 macro_rules! doc_comment { macro
40 doc_comment: Vec<Method>, field955 let doc_comment = &self.doc_comment; in final_top_level_methods() localVariable963 let doc_comment = &self.doc_comment; in field_methods() localVariable
648 fn doc_comment<'a>( in doc_comment() function
794 fn doc_comment<'a>(input: Cursor<'a>, trees: &mut TokenStreamBuilder) -> PResult<'a, ()> { in doc_comment() function
278 std::vector<std::string> doc_comment; member393 std::vector<std::string> doc_comment; member
2729 std::vector<std::string> doc_comment = doc_comment_; in ParseService() local