Searched defs:Comment (Results 1 – 5 of 5) sorted by relevance
26 type Comment struct { struct27 makeThing28 Comment string member82 func (c Comment) AsComment() (Comment, bool) {86 func (c Comment) Dump() string {
51 Comment string // The comment that will appear above the definition. member71 Comment string // The comment that will appear above the definition. member79 Comment string // The comment that will appear above the definition. member92 Comment string member127 Comment string member249 Comment string member
44 func (n *ninjaWriter) Comment(comment string) error { func
778 type Comment struct { struct779 Comment []string argument780 Pos scanner.Position783 func (c Comment) String() string {798 func (c Comment) Text() string {829 func (c Comment) EndLine() int {
225 def Comment(self, comment): member in EdifyGenerator