Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BashExtractor ¶
type BashExtractor struct {
// contains filtered or unexported fields
}
BashExtractor extracts documentation from Bash scripts
func NewBashExtractor ¶
func NewBashExtractor(runner site.CommandRunner) *BashExtractor
NewBashExtractor creates a new Bash documentation extractor
func (*BashExtractor) Extract ¶
func (b *BashExtractor) Extract(ctx context.Context, req *extractors.ExtractRequest) (*extractors.ExtractResult, error)
Extract generates documentation from Bash scripts
func (*BashExtractor) Language ¶
func (b *BashExtractor) Language() extractors.Language
Language returns the language this extractor handles
Click to show internal directories.
Click to hide internal directories.