golang.org/x/pkgsite/internal/godoc/dochtml.item.FullName (field)

3 uses

	golang.org/x/pkgsite/internal/godoc/dochtml (current package)
		dochtml.go#L156: 	FullName                     string     // for methods, the type name + "." + Name; else same as Name
		dochtml.go#L209: 			FullName:     fullName,
		dochtml.go#L224: 		FullName:     t.Name,