{{ .Identifier }}

{{ $lenParams := len .Parameters }} {{ if gt $lenParams 0}} {{ range .Parameters }} {{ end }} {{ else }} {{ end }}
Parameters
{{ .Type }} {{ .Name }} {{ .Default }} {{ .Description }}
No parameters
{{ $lenSynopsis := len .Entity.Doc }} {{ if gt $lenSynopsis 0 }}
Synopsis
{{.Entity.Doc}}
{{ end }} {{ $lenDocHTML := len .Entity.DocHTML }} {{ if gt $lenDocHTML 0 }}
Signature Signature HTML
{{.Entity.SignatureHTML}}
Rendered Description HTML
{{.Entity.DocHTML}}
{{ end }} {{ $lenStructured := len .DescriptionHTML }} {{ if gt $lenStructured 0 }}
Rendered Normalized HTML
{{.DescriptionHTML}}
{{ end }} {{ $lenDocstring := len .Docstring }} {{ if gt $lenDocstring 0 }}
Docstring
{{.Docstring}}
{{ end }}