Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorPattern ¶
type ErrorPattern struct {
Name string
ErrorGlobs []string // Error message patterns
LineGlobs []string // Line content patterns
LineRegexps []string // Line content regexps
Hint string
Examples []string // [incorrect, correct] pairs
}
ErrorPattern represents a pattern for detecting specific syntax errors
type YakdocSearchResult ¶
YakdocSearchResult represents a search result from yakdoc
Click to show internal directories.
Click to hide internal directories.