Searched defs:doc_comment (Results 1 – 6 of 6) sorted by relevance
231 macro_rules! doc_comment { macro
86 doc_comment: Vec<Method>, field588 let doc_comment = &self.doc_comment; in top_level_methods() localVariable596 let doc_comment = &self.doc_comment; in field_methods() localVariable
516 fn doc_comment<'a>( in doc_comment() function
790 fn doc_comment(input: Cursor) -> PResult<Vec<TokenTree>> { in doc_comment() function
280 std::vector<std::string> doc_comment; member368 std::vector<std::string> doc_comment; member
2335 std::vector<std::string> doc_comment = doc_comment_; in ParseService() local