go/doc.Example.Comments (field)
5 uses
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L363: if len(ex.Comments) > 0 {
dochtml.go#L364: return &printer.CommentedNode{Node: ex.Example.Code, Comments: ex.Comments}
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L190: Comments: ex.Comments,
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L28: Comments []*ast.CommentGroup
example.go#L90: Comments: file.Comments,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |