1 module gherkin.comment; 2 3 import gherkin.location; 4 5 /// 6 struct Comment 7 { 8 /// 9 string text; 10 /// 11 Location location; 12 }