Commit 05e80cff authored by Scott Lawrence's avatar Scott Lawrence Committed by Rob Pike

godoc: fix tag mismatch validation errors

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676099
parent 441538eb
...@@ -126,6 +126,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -175,5 +175,4 @@
</tr> </tr>
{{end}} {{end}}
</table> </table>
</p>
{{end}} {{end}}
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