Versions in this module Expand all Collapse all v0 v0.0.8 Jun 20, 2025 Changes in this version + func GenerateMarkdown(functions []FunctionWithDocs) string + func GenerateMarkdownForMultipleFiles(fileResults map[string][]FunctionWithDocs) string + type CommentInfo struct + EndPos int + IsJSDoc bool + IsTopDoc bool + StartPos int + Text string + type FunctionInfo struct + Name string + Parameters []string + Position int + type FunctionWithDocs struct + DocString string + Filename string + IsTopLevel bool + Name string + Parameters []string + func ExtractDocstrings(data []byte, filename string, jsdocOnly bool) ([]FunctionWithDocs, error)