Versions in this module Expand all Collapse all v1 v1.16.11 Aug 20, 2024 Changes in this version + var Builtins = map[Identifier]*Type + var Operators = []string + type Context struct + PkgPath string + Types map[TypeName]*Type + Variables map[Identifier]*Type + func CreateDoc(i any) *Context + func (c *Context) Markdown() string + type Identifier string + type Kind string + type Type struct + Arguments []*Type + Fields map[Identifier]*Type + Key *Type + Kind Kind + Name TypeName + Return *Type + Type *Type + type TypeName string