summaryrefslogtreecommitdiff
path: root/src/cmd/5c/doc.go
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-2/+4
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+14
2011-09-13Imported Upstream version 60Ondřej Surý1-14/+0
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-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+14
Each command gets a doc.go file for godoc to analyze. Its main element is a package comment. R=rsc CC=go-dev http://go/go-review/1018029