{{ template "head.html" . }}

{{ .Heading }}

Back to index

Table of contents
{{ range .Decls }}

{{ .Title }} ΒΆ

				{{- range .Prototype -}}
					{{- $tok := . -}}
					{{- if eq .Type.String "symbol" -}}
						{{- with symhref .Kind .Value -}}
							{{ $tok.Value }}
						{{- else -}}
							{{ $tok.Value }}
						{{- end -}}
					{{- else -}}
						{{ $tok.Value }}
					{{- end -}}
				{{- end -}}
			
{{ range .Description }}

{{- range . -}} {{- $inline := . -}} {{- if eq .Type.String "symbol" -}} {{- with symhref .Kind .Value -}} {{ $inline }} {{- else -}} {{- $inline -}} {{- end -}} {{- else if eq .Type.String "unit" -}} {{- with unithref .Value -}} {{ $inline }} {{- else -}} {{- $inline -}} {{- end -}} {{- else -}} {{- .Value -}} {{- end -}} {{- end -}}

{{ end }}
{{ end }}
{{ template "foot.html" }}