1 2 3 4 5
#[derive(Clone, Debug, Default)] pub struct DocComment { /// Document comments for the whole grammar file. pub grammar_doc: Vec<String>, }