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

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

Issue 3050041: code review 3050041: go/ast: use token.Pos instead of token.Position; adjus... (Closed)
Left Patch Set: code review 3050041: use token.Pos instead of token.Position Created 14 years, 3 months ago
Right Patch Set: code review 3050041: go/ast: use token.Pos instead of token.Position; adjus... Created 14 years, 3 months 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | lib/godoc/package.txt » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 6
7 {.section PAst} 7 {.section PAst}
8 <pre> 8 <pre>
9 {@ FSet|html} 9 {@ FSet|html}
10 </pre> 10 </pre>
11 {.end} 11 {.end}
12 {.section PDoc} 12 {.section PDoc}
13 <!-- PackageName is printed as title by the top-level template --> 13 <!-- PackageName is printed as title by the top-level template -->
14 {.section IsPkg} 14 {.section IsPkg}
15 {# ImportPath is a string - no need for FSet}
15 <p><code>import "{ImportPath|html-esc}"</code></p> 16 <p><code>import "{ImportPath|html-esc}"</code></p>
16 {.end} 17 {.end}
17 {Doc|html-comment} 18 {Doc|html-comment}
18 {.section IsPkg} 19 {.section IsPkg}
19 {.section Filenames} 20 {.section Filenames}
21 {# Filenames are strings - no need for FSet}
20 <p> 22 <p>
21 <h4>Package files</h4> 23 <h4>Package files</h4>
22 <span style="font-size:90%"> 24 <span style="font-size:90%">
23 {.repeated section @} 25 {.repeated section @}
24 <a href="/{@|url-src}">{@|localname}</a> 26 <a href="/{@|url-src}">{@|localname}</a>
25 {.end} 27 {.end}
26 </span> 28 </span>
27 </p> 29 </p>
28 {.end} 30 {.end}
29 {.end} 31 {.end}
30 {.section Consts} 32 {.section Consts}
31 <h2 id="Constants">Constants</h2> 33 <h2 id="Constants">Constants</h2>
32 {.repeated section @} 34 {.repeated section @}
33 {Doc|html-comment} 35 {Doc|html-comment}
34 <pre>{Decl FSet|html}</pre> 36 <pre>{Decl FSet|html}</pre>
35 {.end} 37 {.end}
36 {.end} 38 {.end}
37 {.section Vars} 39 {.section Vars}
38 <h2 id="Variables">Variables</h2> 40 <h2 id="Variables">Variables</h2>
39 {.repeated section @} 41 {.repeated section @}
40 {Doc|html-comment} 42 {Doc|html-comment}
41 <pre>{Decl FSet|html}</pre> 43 <pre>{Decl FSet|html}</pre>
42 {.end} 44 {.end}
43 {.end} 45 {.end}
44 {.section Funcs} 46 {.section Funcs}
45 {.repeated section @} 47 {.repeated section @}
46 » » » <h2 id="{Name FSet|html-esc}">func <a href="/{Decl FSet| url-pos}">{Name FSet|html-esc}</a></h2> 48 » » » {# Name is a string - no need for FSet}
49 » » » <h2 id="{Name|html-esc}">func <a href="/{Decl FSet|url-p os}">{Name|html-esc}</a></h2>
47 <p><code>{Decl FSet|html}</code></p> 50 <p><code>{Decl FSet|html}</code></p>
48 {Doc|html-comment} 51 {Doc|html-comment}
49 {.end} 52 {.end}
50 {.end} 53 {.end}
51 {.section Types} 54 {.section Types}
52 {.repeated section @} 55 {.repeated section @}
56 {# Type.Name is a string - no need for FSet}
53 <h2 id="{Type.Name FSet|html-esc}">type <a href="/{Decl FSet|url-pos}">{Type.Name FSet|html-esc}</a></h2> 57 <h2 id="{Type.Name FSet|html-esc}">type <a href="/{Decl FSet|url-pos}">{Type.Name FSet|html-esc}</a></h2>
54 {Doc|html-comment} 58 {Doc|html-comment}
55 <p><pre>{Decl FSet|html}</pre></p> 59 <p><pre>{Decl FSet|html}</pre></p>
56 {.repeated section Consts} 60 {.repeated section Consts}
57 {Doc|html-comment} 61 {Doc|html-comment}
58 <pre>{Decl FSet|html}</pre> 62 <pre>{Decl FSet|html}</pre>
59 {.end} 63 {.end}
60 {.repeated section Vars} 64 {.repeated section Vars}
61 {Doc|html-comment} 65 {Doc|html-comment}
62 <pre>{Decl FSet|html}</pre> 66 <pre>{Decl FSet|html}</pre>
63 {.end} 67 {.end}
64 {.repeated section Factories} 68 {.repeated section Factories}
65 » » » » <h3 id="{Type.Name FSet|html-esc}.{Name FSet|htm l-esc}">func <a href="/{Decl FSet|url-pos}">{Name FSet|html-esc}</a></h3> 69 » » » » <h3 id="{Type.Name FSet|html-esc}.{Name|html-esc }">func <a href="/{Decl FSet|url-pos}">{Name|html-esc}</a></h3>
66 <p><code>{Decl FSet|html}</code></p> 70 <p><code>{Decl FSet|html}</code></p>
67 {Doc|html-comment} 71 {Doc|html-comment}
68 {.end} 72 {.end}
69 {.repeated section Methods} 73 {.repeated section Methods}
70 » » » » <h3 id="{Type.Name FSet|html-esc}.{Name FSet|htm l-esc}">func ({Recv FSet|html}) <a href="/{Decl FSet|url-pos}">{Name FSet|html-e sc}</a></h3> 74 » » » » <h3 id="{Type.Name FSet|html-esc}.{Name|html-esc }">func ({Recv FSet|html}) <a href="/{Decl FSet|url-pos}">{Name|html-esc}</a></h 3>
71 <p><code>{Decl FSet|html}</code></p> 75 <p><code>{Decl FSet|html}</code></p>
72 {Doc|html-comment} 76 {Doc|html-comment}
73 {.end} 77 {.end}
74 {.end} 78 {.end}
75 {.end} 79 {.end}
76 {.section Bugs} 80 {.section Bugs}
77 <h2 id="Bugs">Bugs</h2> 81 <h2 id="Bugs">Bugs</h2>
78 {.repeated section @} 82 {.repeated section @}
79 {@|html-comment} 83 {@|html-comment}
80 {.end} 84 {.end}
81 {.end} 85 {.end}
82 {.end} 86 {.end}
83 {.section PList} 87 {.section PList}
84 <h2>Other packages</h2> 88 <h2>Other packages</h2>
85 <p> 89 <p>
90 {# PLIst entries are strings - no need for FSet}
86 {.repeated section @} 91 {.repeated section @}
87 » <a href="?p={@ FSet|html}">{@ FSet|html}</a><br /> 92 » <a href="?p={@|html-esc}">{@|html-esc}</a><br />
88 {.end} 93 {.end}
89 </p> 94 </p>
90 {.end} 95 {.end}
91 {.section Dirs} 96 {.section Dirs}
97 {# DirList entries are numbers and strings - no need for FSet}
92 <h2 id="Subdirectories">Subdirectories</h2> 98 <h2 id="Subdirectories">Subdirectories</h2>
93 <p> 99 <p>
94 <table class="layout"> 100 <table class="layout">
95 <tr> 101 <tr>
96 » <th align="left" colspan="{MaxHeight FSet|html-esc}">Name</th> 102 » <th align="left" colspan="{MaxHeight|html-esc}">Name</th>
97 <td width="25">&nbsp;</td> 103 <td width="25">&nbsp;</td>
98 <th align="left">Synopsis</th> 104 <th align="left">Synopsis</th>
99 </tr> 105 </tr>
100 <tr> 106 <tr>
101 <th align="left"><a href="..">..<a></th> 107 <th align="left"><a href="..">..<a></th>
102 </tr> 108 </tr>
103 {.repeated section List} 109 {.repeated section List}
104 <tr> 110 <tr>
105 {Depth|padding} 111 {Depth|padding}
106 » » <td align="left" colspan="{Height FSet|html-esc}"><a href="{Path FSet|html-esc}">{Name FSet|html-esc}<a></td> 112 » » <td align="left" colspan="{Height|html-esc}"><a href="{Path|html -esc}">{Name|html-esc}<a></td>
107 <td></td> 113 <td></td>
108 » » <td align="left">{Synopsis FSet|html-esc}</td> 114 » » <td align="left">{Synopsis|html-esc}</td>
109 </tr> 115 </tr>
110 {.end} 116 {.end}
111 </table> 117 </table>
112 </p> 118 </p>
113 {.end} 119 {.end}
LEFTRIGHT

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