Versions in this module Expand all Collapse all v0 v0.4.2 Aug 13, 2026 v0.4.1 Aug 10, 2026 Changes in this version + func ExtractStemFromFilter(filter string) (stem string, absPath string, err error) + func FindDestinationForStem(baseDir string, destinations []string, stem string) (string, error) + func FindProjectRoot() (string, error) + func ResolveFilterToDestination(baseDir string, destinations []string, filter string, originalFilter string) (destDir string, stem string, err error) + type ParserMeta struct + ItemSubtype string + ItemType string + type RefEntry struct + Items []RefItem + Method string + Name string + ParserMeta map[string]interface{} + ParserName string + Source string + SourceSHA1 string + func LoadRefs(dirPath string) ([]RefEntry, error) + type RefItem struct + Anchor string + ContentSHA1 string + Destination string + Heading string + Line int + Outputs map[string]string + Section string + Tags []string