Versions in this module Expand all Collapse all v0 v0.1.4 Jun 10, 2026 Changes in this version + type DocComment struct + Deprecated string + Description string + Examples []string + Params []ParamDoc + Returns *ReturnDoc + See []string + Since string + Summary string + Throws []ThrowDoc + type ParamDoc struct + Default string + Description string + Name string + Optional bool + Type string + type Parser interface + Parse func(raw string) *DocComment + type ReturnDoc struct + Description string + Type string + type ThrowDoc struct + Description string + Type string