{{with .PDoc}} {{if $.IsPkg}}
{{node_html . $.FSet}}
{{end}}
{{with .PList}}
{{/* PList entries are strings - no need for FSet */}}
{{range .}}
{{html .}}
{{end}}
| Name | Synopsis | |
|---|---|---|
| .. | ||
| {{if $.DirFlat}} {{html .Path}} {{else}} {{repeat ` ` .Depth}}{{html .Name}} {{end}} | {{html .Synopsis}} |