Searched defs:CommentBlock (Results 1 – 2 of 2) sorted by relevance
85 type CommentBlock struct { struct86 Type CommentBlockType87 Paragraph string604 func firstSentence(comment []CommentBlock) string {619 func markupComment(allDecls map[string]string, comment []CommentBlock) template.HTML {
457 SmallString<512> CommentBlock; in emitTypeInformation() local