We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22da6f commit d5dbc77Copy full SHA for d5dbc77
site/genref/markdown/pkg.tpl
@@ -30,9 +30,8 @@ description: Generated API reference documentation for {{ .DisplayName }}.
30
{{ end }}
31
{{ else }}
32
{{/* For package w/o group name, list only types referenced. */}}
33
- {{ $isConfig := (eq .GroupName "") }}
34
{{- range .VisibleTypes -}}
35
- {{- if or .Referenced $isConfig -}}
+ {{- if .Referenced -}}
36
{{ template "type" . }}
37
{{- end -}}
38
{{- end }}
0 commit comments