]> Cypherpunks repositories - gostls13.git/commit
go/printer:
authorRobert Griesemer <gri@golang.org>
Thu, 22 Oct 2009 16:41:38 +0000 (09:41 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 22 Oct 2009 16:41:38 +0000 (09:41 -0700)
commit90cc4a594960cd6ad0e71422cfbf226a20d6b3f4
tree3672b43a5502e2e57d8b56bd58ba61d8f928252e
parent3040f067c396f56592c6935fdd1773f612834d60
go/printer:
- handle HTML tagging via (client-installable) Stylers

go/doc:
- basic styler support
- some factoring
- ready to contain the search code (but for now excluded)

doc/style.css:
- updated

doc/go_spec.css:
- cleanup: replace deprecated uses of <font> tag with <span> tag

R=rsc
DELTA=302  (160 added, 62 deleted, 80 changed)
OCL=35973
CL=35996
doc/go_spec.html
doc/style.css
src/cmd/cgo/out.go
src/cmd/godoc/godoc.go
src/cmd/gofmt/gofmt.go
src/pkg/go/printer/printer.go
src/pkg/go/printer/printer_test.go