Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
godoc: fix tag mismatch validation errors
Browse files Browse the repository at this point in the history
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5676099
  • Loading branch information
bytbox authored and robpike committed Feb 20, 2012
1 parent 441538e commit 05e80cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/godoc/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ <h3 id="{{$tname_html}}.{{$name_html}}">func ({{html .Recv}}) <a href="/{{posLin
{{example_html $name $.Examples $.FSet}}
{{end}}
{{end}}
</div>
{{else}} {{/* not a package; is a command */}}
{{comment_html .Doc}}
{{end}}
Expand Down Expand Up @@ -155,7 +156,6 @@ <h2>Other packages</h2>
{{with .Dirs}}
{{/* DirList entries are numbers and strings - no need for FSet */}}
<h2 id="subdirectories">Subdirectories</h2>
<p>
<table class="dir">
<tr>
<th>Name</th>
Expand All @@ -175,5 +175,4 @@ <h2 id="subdirectories">Subdirectories</h2>
</tr>
{{end}}
</table>
</p>
{{end}}

0 comments on commit 05e80cf

Please sign in to comment.