Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/go/doc/comment/
Dparse.go227 type parseDoc struct { struct
228 *Parser
229 *Doc
230 links map[string]*LinkDef
231 lines []string
232 lookupSym func(recv, name string) bool
246 func (d *parseDoc) lookupPkg(pkg string) (importPath string, ok bool) {
618 func (d *parseDoc) oldHeading(line string) Block {
631 func (d *parseDoc) heading(line string) Block {
636 func (d *parseDoc) code(lines []string) *Code {
[all …]