Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrStop = astutil.ErrStop
)
Functions ¶
func CommentsVisitor ¶
func CommentsVisitor(pkg *packages.Package, visit func(obj types.Object, isDoc bool, commentList []*ast.CommentGroup) error, options ...CommentsVisitorOption) error
Types ¶
type CommentsVisitorOption ¶
type CommentsVisitorOption func(*commentsVisitorOptions)
func WithCommentsVisitorJoinAllFiles ¶
func WithCommentsVisitorJoinAllFiles(join bool) CommentsVisitorOption
Click to show internal directories.
Click to hide internal directories.