Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(720)

Delta Between Two Patch Sets: lib/godoc/package.html

Issue 5711058: code review 5711058: godoc: support $GOPATH, simplify file system code (Closed)
Left Patch Set: diff -r 60df364bae52 https://go.googlecode.com/hg/ Created 12 years, 1 month ago
Right Patch Set: diff -r 8d4fd582202b https://go.googlecode.com/hg/ Created 12 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/cmd/godoc/appinit.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!-- 1 <!--
2 Copyright 2009 The Go Authors. All rights reserved. 2 Copyright 2009 The Go Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style 3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file. 4 license that can be found in the LICENSE file.
5 --> 5 -->
6 {{with .PDoc}} 6 {{with .PDoc}}
7 {{if $.IsPkg}} 7 {{if $.IsPkg}}
8 <div id="short-nav"> 8 <div id="short-nav">
9 <dl> 9 <dl>
10 <dd><code>import "{{html .ImportPath}}"</code></dd> 10 <dd><code>import "{{html .ImportPath}}"</code></dd>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <dd><a class="exampleLink" href="#example_{{.Name}}">{{e xample_name .Name}}</a></dd> 63 <dd><a class="exampleLink" href="#example_{{.Name}}">{{e xample_name .Name}}</a></dd>
64 {{end}} 64 {{end}}
65 </dl> 65 </dl>
66 {{end}} 66 {{end}}
67 67
68 {{with .Filenames}} 68 {{with .Filenames}}
69 <h4>Package files</h4> 69 <h4>Package files</h4>
70 <p> 70 <p>
71 <span style="font-size:90%"> 71 <span style="font-size:90%">
72 {{range .}} 72 {{range .}}
73 » » » » <a href="/{{.|srcLink}}">{{.|filename|html}}</a> 73 » » » » <a href="{{.|srcLink|html}}">{{.|filename|html}} </a>
74 {{end}} 74 {{end}}
75 </span> 75 </span>
76 </p> 76 </p>
77 {{end}} 77 {{end}}
78 ········ 78 ········
79 {{with .Consts}} 79 {{with .Consts}}
80 <h2 id="constants">Constants</h2> 80 <h2 id="constants">Constants</h2>
81 {{range .}} 81 {{range .}}
82 <pre>{{node_html .Decl $.FSet}}</pre> 82 <pre>{{node_html .Decl $.FSet}}</pre>
83 {{comment_html .Doc}} 83 {{comment_html .Doc}}
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 {{else}} 187 {{else}}
188 <tr> 188 <tr>
189 <td>{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` .Depth}}<a href="{{html .Path}}">{{html .Name}}</a></td> 189 <td>{{repeat `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` .Depth}}<a href="{{html .Path}}">{{html .Name}}</a></td>
190 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td> 190 <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
191 <td style="width: auto">{{html .Synopsis}}</td> 191 <td style="width: auto">{{html .Synopsis}}</td>
192 </tr> 192 </tr>
193 {{end}} 193 {{end}}
194 {{end}} 194 {{end}}
195 </table> 195 </table>
196 {{end}} 196 {{end}}
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b