Documentation
¶
Overview ¶
buyer beware
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Root string // Deprecated: use IncludeDirs instead
IncludeDirs []string // Directories to scan (starting points)
IncludeFiles []string // Individual files to include
Output string // Output file path
IgnoreDirs []string // Directory patterns to skip entirely
IgnoreFiles []string // File patterns to skip
Verbose bool // Log included files and folders
}
Click to show internal directories.
Click to hide internal directories.