Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeAnalyzer ¶
type CodeAnalyzer struct{}
CodeAnalyzer implements codetypes.PathAnalyzer for HTML documents.
func NewCodeAnalyzer ¶
func NewCodeAnalyzer() *CodeAnalyzer
NewCodeAnalyzer creates a new HTML analyzer instance.
func (*CodeAnalyzer) AnalyzePaths ¶
func (a *CodeAnalyzer) AnalyzePaths(paths []string) ([]codetypes.CodeChunk, error)
AnalyzePaths walks provided paths and extracts sections from HTML files.
Click to show internal directories.
Click to hide internal directories.