blob: 00bed160093791d7e222fea559ef7f51704d4f39 [file] [log] [blame]
<!--
Copyright 2020 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
{{- define "declaration" -}}
{{- $out := render_decl .Doc .Decl -}}
{{if $out.Decl}}
<pre>{{- $out.Decl -}}</pre>
{{end}}
{{- $out.Doc -}}
{{"\n"}}
{{- end -}}