summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29godoc: support for filtering of command-line output in -src modeRobert Griesemer1-4/+8
+ various minor cleanups Usage: godoc -src math Sin R=rsc CC=golang-dev http://codereview.appspot.com/791041
2010-03-19godoc: implemented command-line searchRobert Griesemer1-3/+19
The command-line search is using a running webserver as index server; i.e., the search result is reflecting the index at the server. See the documentation for details. Usage: godoc -q query1 query2 ... Known issue: Results don't show the all-important line numbers yet due to the way the index is organized. Next CL. R=rsc, r CC=golang-dev http://codereview.appspot.com/648041
2010-03-10godoc: change -x to -src, update doc.go (missed in previous CL)Robert Griesemer1-0/+2
R=rsc CC=golang-dev http://codereview.appspot.com/384044
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on ↵Robert Griesemer1-6/+0
pages R=rsc CC=adg, golang-dev http://codereview.appspot.com/215050
2010-02-16godoc: updated documentationRobert Griesemer1-7/+23
R=r CC=golang-dev http://codereview.appspot.com/207112
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-06updated godoc documentationRobert Griesemer1-3/+17
R=r http://go/go-review/1026007
2009-11-04document godoc and gofmtRob Pike1-0/+46
R=rsc http://go/go-review/1018036