Versions in this module Expand all Collapse all v0 v0.1.1 Mar 11, 2025 v0.1.0 Mar 11, 2025 Changes in this version + func FromPath(path string, opts ...Option) (*codoc.Package, error) + func RegisterPath(path string, opts ...Option) error + type Option func(*config) + func Exported() Option + func FilterFuncs(fn func(fn codoc.Function) bool) Option + func FilterStructs(fn func(st codoc.Struct) bool) Option + func WithDoc() Option + type PackageError []packages.Error + func (PackageError) Error() string