Home
last modified time | relevance | path

Searched defs:DocLink (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/go/doc/comment/
Dparse.go160 type DocLink struct { struct
161 Text []Text // text of link
171 ImportPath string // import path
172 Recv string // receiver type, without any pointer star, for methods
173 Name string // const, func, type, var, or method name
176 func (*DocLink) text() {}