summaryrefslogtreecommitdiff
path: root/doc/htmlgen.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-19doc/htmlgen.go: remove unnecessary semicolonsJames Toy1-72/+72
R=rsc CC=golang-dev http://codereview.appspot.com/589043 Committer: Russ Cox <rsc@golang.org>
2010-03-02strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ↵Andrey Mirtchovski1-10/+9
htmlgen.go R=rsc, adg CC=golang-dev http://codereview.appspot.com/224087 Committer: Andrew Gerrand <adg@golang.org>
2009-10-13bye-bye to old makehtml.Rob Pike1-0/+192
go can do the job just fine. R=rsc DELTA=290 (209 added, 13 deleted, 68 changed) OCL=35699 CL=35699