Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
09e4d860
Commit
09e4d860
authored
Dec 03, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
godoc: add separators between quick reference topics
R=bradfitz, dangabrad CC=golang-dev
https://golang.org/cl/3433042
parent
b0b37a62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
all.css
doc/all.css
+3
-0
godoc.html
lib/godoc/godoc.html
+3
-3
No files found.
doc/all.css
View file @
09e4d860
...
...
@@ -92,6 +92,9 @@ h1#title {
#nav-main
.quickref
{
color
:
#444
;
}
#nav-main
.quickref
.sep
{
color
:
#999
;
}
#search
{
width
:
100px
;
margin-left
:
0.5em
;
...
...
lib/godoc/godoc.html
View file @
09e4d860
...
...
@@ -25,13 +25,13 @@
<form
method=
"GET"
action=
"/search"
>
{.section PkgRoots}
{.repeated section PkgRoots}
<a
href=
"/pkg/{@|html-esc}"
>
{@|html-esc}
</a>
<a
href=
"/pkg/{@|html-esc}"
>
{@|html-esc}
</a>
<span
class=
"sep"
>
|
</span>
{.end}
{.or}
References:
{.end}
<a
href=
"/pkg/"
>
Packages
</a>
<a
href=
"/cmd/"
>
Commands
</a>
<a
href=
"/pkg/"
>
Packages
</a>
<span
class=
"sep"
>
|
</span>
<a
href=
"/cmd/"
>
Commands
</a>
<span
class=
"sep"
>
|
</span>
<a
href=
"/doc/go_spec.html"
>
Specification
</a>
<input
id=
"search"
type=
"text"
name=
"q"
value=
"{.section Query}{Query|html-esc}{.or}code search{.end}"
class=
"{.section Query}{.or}inactive{.end}"
/>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment