]> Cypherpunks repositories - gostls13.git/commit
printer.go:
authorRobert Griesemer <gri@golang.org>
Mon, 3 Aug 2009 16:53:00 +0000 (09:53 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 3 Aug 2009 16:53:00 +0000 (09:53 -0700)
commit178089056ea9dae2c2807f0b5b475c2caf09fde3
tree87956d4bd710adfd2c4daa184cfccd56e115aac1
parent22ec53992034d3e33fb220183d3416869546fbf5
printer.go:
- emit line tag id's in html mode
- support for general html tags
- better names for a few identifiers

godoc.go:
- emit links from exported names to source code
  (actual placement needs fine-tuning)

R=rsc
DELTA=108  (68 added, 4 deleted, 36 changed)
OCL=32639
CL=32654
lib/godoc/package.html
src/cmd/godoc/godoc.go
src/pkg/go/printer/printer.go