func golang.org/x/pkgsite/internal/godoc.decode_ast_CommentGroup

14 uses

	golang.org/x/pkgsite/internal/godoc (current package)
		encode_ast.gen.go#L845: func decode_ast_CommentGroup(d *codec.Decoder, p **ast.CommentGroup) {
		encode_ast.gen.go#L876: 			decode_ast_CommentGroup(d, &x)
		encode_ast.gen.go#L1380: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L1388: 			decode_ast_CommentGroup(d, &x.Comment)
		encode_ast.gen.go#L1526: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L1719: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L1983: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L1989: 			decode_ast_CommentGroup(d, &x.Comment)
		encode_ast.gen.go#L3190: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L3198: 			decode_ast_CommentGroup(d, &x.Comment)
		encode_ast.gen.go#L3391: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L3399: 			decode_ast_CommentGroup(d, &x.Comment)
		encode_ast.gen.go#L3937: 			decode_ast_CommentGroup(d, &x.Doc)
		encode_ast.gen.go#L4049: 		decode_ast_CommentGroup(d, &s[i])