@@ -96,7 +96,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Operations ▾</h2>
96
96
</ div > <!-- .expanded -->
97
97
</ div > <!-- #pkg-index -->
98
98
{{ if $.HasPaginators -}}
99
- < div id ="pkg-pagination " class ="toggle ">
99
+ < div id ="pkg-pagination " class ="toggleVisible ">
100
100
< div class ="collapsed ">
101
101
< h2 class ="toggleButton " title ="Click to show Index section "> Paginators ▹</ h2 >
102
102
</ div >
@@ -114,7 +114,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Paginators ▾</h2>
114
114
</ div >
115
115
</ div >
116
116
{{ end -}}
117
- < div id ="pkg-types " class ="toggle ">
117
+ < div id ="pkg-types " class ="toggleVisible ">
118
118
< div class ="collapsed ">
119
119
< h2 class ="toggleButton " title ="Click to show Index section "> Types ▹</ h2 >
120
120
</ div >
@@ -130,7 +130,7 @@ <h2 class="toggleButton" title="Click to hide Index section">Types ▾</h2>
130
130
{{ range .Methods -}}
131
131
{{ if is_setter $.PDoc.Name . -}}
132
132
{{ $name_html := html .Name -}}
133
- < dd > < a href ="#{{$tname_html}}.{{$name_html}} "> {{name_only_html $ . | sanitize}}</ a > </ dd >
133
+ < dd > < a href ="#{{$tname_html}}.{{$name_html}} "> {{node_html $ .Decl false | sanitize}}</ a > </ dd >
134
134
{{ end -}}
135
135
{{ end -}}
136
136
{{ end -}}
@@ -250,9 +250,9 @@ <h3 id="{{$name_html}}">func <a href="{{posLink_url $ .Decl}}">{{$name_html}}</a
250
250
{{ range .Methods -}}
251
251
{{ $name_html := html .Name -}}
252
252
{{ if is_op_deprecated $.PDoc.Name .Name -}}
253
- < h3 id ="{{$tname_html}}.{{$name_html}} "> func ({{html .Recv}}) < a href ="{{posLink_url $ .Decl}} "> {{$name_html}}</ a > < div class ="deprecated "> Deprecated</ div > < a class ="permalink " href ="#{{$name_html}} "> ¶</ a > </ h3 >
253
+ < h3 id ="{{$tname_html}}.{{$name_html}} "> func ({{html .Recv}}) < a href ="{{posLink_url $ .Decl}} "> {{$name_html}}</ a > < div class ="deprecated "> Deprecated</ div > < a class ="permalink " href ="#{{$tname_html}}.{{$ name_html}} "> ¶</ a > </ h3 >
254
254
{{ else }}
255
- < h3 id ="{{$tname_html}}.{{$name_html}} "> func ({{html .Recv}}) < a href ="{{posLink_url $ .Decl}} "> {{$name_html}}</ a > < a class ="permalink " href ="#{{$name_html}} "> ¶</ a > </ h3 >
255
+ < h3 id ="{{$tname_html}}.{{$name_html}} "> func ({{html .Recv}}) < a href ="{{posLink_url $ .Decl}} "> {{$name_html}}</ a > < a class ="permalink " href ="#{{$tname_html}}.{{$ name_html}} "> ¶</ a > </ h3 >
256
256
{{ end -}}
257
257
< pre > {{node_html $ .Decl true}}</ pre >
258
258
{{comment_html .Doc}}
0 commit comments