Searched defs:DocLink (Results 1 – 1 of 1) sorted by relevance
160 type DocLink struct { struct161 Text []Text // text of link171 ImportPath string // import path172 Recv string // receiver type, without any pointer star, for methods173 Name string // const, func, type, var, or method name176 func (*DocLink) text() {}