Versions in this module Expand all Collapse all v0 v0.2.0 Apr 14, 2020 Changes in this version + type ArrayType struct + Elem TypeExpr + func (typ *ArrayType) String() string + type InterType struct + X TypeExpr + Y TypeExpr + func (typ *InterType) String() string + type NamedType struct + Name string + func (typ *NamedType) String() string + type NotType struct + Expr TypeExpr + func (typ *NotType) String() string + type NullableType struct + Expr TypeExpr + func (typ *NullableType) String() string + type TypeExpr interface + String func() string + type TypeParser struct + func (p *TypeParser) ParseType(s string) (result TypeExpr, err error) + type UnionType struct + X TypeExpr + Y TypeExpr + func (typ *UnionType) String() string v0.1.0 Oct 31, 2019 Changes in this version + func IsPHPDoc(doc string) bool + type CommentPart struct + Line int + Name string + Params []string + ParamsText string + func Parse(doc string) (res []CommentPart) + func (part *CommentPart) ContainsParam(name string) bool