package
0.22.0-dev
Repository: https://github.com/elves/elvish.git
Documentation: pkg.go.dev

# Functions

Extract extracts the elvdoc of one module from an Elvish source.
ExtractAllFromFS extracts elvdocs of all modules found under fsys, and returns a map from the symbol prefix of a module ("" for builtin, "$mod:" for any other $mod).
ExtractFromFS extracts elvdoc of a module from fsys.
HighlightCodeBlock highlights a code block from Markdown.

# Structs

Docs records doc comments.
Entry
Entry stores the elvdoc for a particular symbol.
FileEntry stores the file-level elvdoc.
Fn stores fn-specific information.