Searched defs:DocComment (Results 1 – 2 of 2) sorted by relevance
6 pub(crate) struct DocComment { struct14 /// Consume pairs to matches `Rule::grammar_doc`, `Rule::line_doc` into `DocComment` argument36 pub(crate) fn consume(pairs: Pairs<'_, Rule>) -> DocComment { in consume()
28 doc_comment: &DocComment, in generate()202 doc_comment: &DocComment, in generate_enum()