Versions in this module Expand all Collapse all v0 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