Commit af848926 authored by Volker Dobler's avatar Volker Dobler Committed by Andrew Gerrand

godoc: Show type examples between variables and methods.

Fixes #2466.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5451094
parent 4feafeee
...@@ -89,7 +89,6 @@ ...@@ -89,7 +89,6 @@
<h2 id="{{$tname_html}}">type <a href="/{{posLink_url .Decl $.FSet}}">{{$tname_html}}</a></h2> <h2 id="{{$tname_html}}">type <a href="/{{posLink_url .Decl $.FSet}}">{{$tname_html}}</a></h2>
{{comment_html .Doc}} {{comment_html .Doc}}
<p><pre>{{node_html .Decl $.FSet}}</pre></p> <p><pre>{{node_html .Decl $.FSet}}</pre></p>
{{example_html $tname $.Examples $.FSet}}
{{range .Consts}} {{range .Consts}}
{{comment_html .Doc}} {{comment_html .Doc}}
<pre>{{node_html .Decl $.FSet}}</pre> <pre>{{node_html .Decl $.FSet}}</pre>
...@@ -98,6 +97,7 @@ ...@@ -98,6 +97,7 @@
{{comment_html .Doc}} {{comment_html .Doc}}
<pre>{{node_html .Decl $.FSet}}</pre> <pre>{{node_html .Decl $.FSet}}</pre>
{{end}} {{end}}
{{example_html $tname $.Examples $.FSet}}
{{range .Factories}} {{range .Factories}}
{{$name_html := html .Name}} {{$name_html := html .Name}}
<h3 id="{{$name_html}}">func <a href="/{{posLink_url .Decl $.FSet}}">{{$name_html}}</a></h3> <h3 id="{{$name_html}}">func <a href="/{{posLink_url .Decl $.FSet}}">{{$name_html}}</a></h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment