mirror of https://github.com/golang/go.git
godoc: fix tag mismatch validation errors
R=golang-dev, r CC=golang-dev https://golang.org/cl/5676099
This commit is contained in:
parent
441538eb57
commit
05e80cffc3
|
|
@ -126,6 +126,7 @@
|
||||||
{{example_html $name $.Examples $.FSet}}
|
{{example_html $name $.Examples $.FSet}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
</div>
|
||||||
{{else}} {{/* not a package; is a command */}}
|
{{else}} {{/* not a package; is a command */}}
|
||||||
{{comment_html .Doc}}
|
{{comment_html .Doc}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
@ -155,7 +156,6 @@
|
||||||
{{with .Dirs}}
|
{{with .Dirs}}
|
||||||
{{/* DirList entries are numbers and strings - no need for FSet */}}
|
{{/* DirList entries are numbers and strings - no need for FSet */}}
|
||||||
<h2 id="subdirectories">Subdirectories</h2>
|
<h2 id="subdirectories">Subdirectories</h2>
|
||||||
<p>
|
|
||||||
<table class="dir">
|
<table class="dir">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
|
@ -175,5 +175,4 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</table>
|
</table>
|
||||||
</p>
|
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue