mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
41 lines
No EOL
746 B
Text
41 lines
No EOL
746 B
Text
{{with .PDoc}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Consts}}{{range .}}{{range .Names}}{{.}}
|
|
{{end}}{{end}}{{end}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Vars}}{{range .}}{{range .Names}}{{.}}
|
|
{{end}}{{end}}{{end}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Funcs}}{{range .}}{{.Name}}
|
|
{{end}}{{end}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{with .Types}}{{range .}}{{/*
|
|
|
|
*/}}{{.Name}}
|
|
{{/*
|
|
|
|
*/}}{{range .Methods}}{{.Name}}
|
|
{{end}}{{/*
|
|
|
|
*/}}{{range .Funcs}}{{.Name}}
|
|
{{end}}{{/*
|
|
|
|
*/}}{{range .Consts}}{{range .Names}}{{.}}
|
|
{{end}}{{end}}{{/*
|
|
|
|
*/}}{{range .Vars}}{{range .Names}}{{.}}
|
|
{{end}}{{end}}{{/*
|
|
|
|
*/}}{{end}}{{end}}{{/*
|
|
|
|
---------------------------------------
|
|
|
|
*/}}{{end}} |