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

Unified Diff: lib/godoc/codewalkdir.html

Issue 1008042: code review 1008042: godoc: add codewalk support (Closed)
Patch Set: Created 14 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/godoc/codewalk.html ('k') | src/cmd/godoc/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/godoc/codewalkdir.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/godoc/codewalkdir.html
@@ -0,0 +1,15 @@
+<!--
+ Copyright 2010 The Go Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style
+ license that can be found in the LICENSE file.
+-->
+
+<table class="layout">
+{.repeated section @}
+<tr>
+ <td><a href="{Name|html-esc}">{Name|html-esc}</a></td>
+ <td width=25">&nbsp;</td>
+ <td>{Title|html-esc}</td>
+</tr>
+{.end}
+</table>
« no previous file with comments | « lib/godoc/codewalk.html ('k') | src/cmd/godoc/Makefile » ('j') | no next file with comments »

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